Comparing version 0.2.2 to 0.2.3-update-dependencies.0
{ | ||
"name": "configya", | ||
"version": "0.2.2", | ||
"version": "0.2.3-update-dependencies.0", | ||
"description": "Config files that defer to env settings.", | ||
@@ -8,3 +8,6 @@ "homepage": "https://github.com/LeanKit-Labs/configya", | ||
"scripts": { | ||
"test": "gulp test" | ||
"test:only": "NODE_ENV=test mocha --exit -R spec 'spec/**/*.spec.js'", | ||
"test": "npm run cover", | ||
"cover": "nyc -r text-summary -r html -- npm run test:only", | ||
"cover:show": "open \"file://$PWD/coverage/index.html\"" | ||
}, | ||
@@ -44,9 +47,19 @@ "contributors": [ | ||
"devDependencies": { | ||
"gulp": "^3.8.6", | ||
"gulp-mocha": "~0.4.1", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0", | ||
"open": "^7.3.0", | ||
"should": "~3.2.0-beta1" | ||
}, | ||
"dependencies": { | ||
"lodash": "^3.3.1" | ||
"lodash": "^4.17.20" | ||
}, | ||
"nyc": { | ||
"exclude": [ | ||
"coverage", | ||
"spec" | ||
], | ||
"sourceMap": false, | ||
"instrument": true, | ||
"all": true | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
114832
26
1243
4
+ Addedlodash@4.17.21(transitive)
- Removedlodash@3.10.1(transitive)
Updatedlodash@^4.17.20