safeey-cli 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/auth.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "safeey-cli",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Scan your source code for security vulnerabilities — a Safeey product by Noohra Innovate Ltd.",
5
5
  "bin": {
6
6
  "safeey": "bin/safeey.js"
package/src/auth.js CHANGED
@@ -220,7 +220,6 @@ function authWall() {
220
220
  " Run safeey login to sign in or sign up in your browser.",
221
221
  "",
222
222
  "Safeey stays free; signing in just lets us know who's using it.",
223
- "(In CI, set SAFEEY_API_KEY to a key from your dashboard.)",
224
223
  ].join("\n");
225
224
  }
226
225