@twilio/cli-test
Advanced tools
+2
-2
| { | ||
| "name": "@twilio/cli-test", | ||
| "description": "Test scaffolding for the twilio-cli", | ||
| "version": "2.1.1", | ||
| "version": "2.1.2", | ||
| "author": "Twilio @twilio", | ||
@@ -42,5 +42,5 @@ "bugs": "https://github.com/twilio/twilio-cli/issues", | ||
| "scripts": { | ||
| "posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate", | ||
| "posttest": "eslint --ignore-path .gitignore . && npm audit", | ||
| "test": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\"" | ||
| } | ||
| } |
+2
-0
| # twilio-cli Test | ||
| This module contains core test scaffolding. | ||
| **The default branch name for this repository has been changed to `main` as of 07/23/2020.** |
+1
-0
@@ -74,2 +74,3 @@ const sinon = require('sinon'); | ||
| ctx.userConfig.addProfile('default', constants.FAKE_ACCOUNT_SID); | ||
| ctx.userConfig.setActiveProfile('default'); | ||
| } | ||
@@ -76,0 +77,0 @@ }; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
4835
2.61%90
1.12%6
50%1
Infinity%