mongoose-was-new
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "mongoose-was-new", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Adds wasNew property reflecting the value of isNew for post hooks", | ||
"main": "mongoose-was-new.js", | ||
"scripts": { | ||
"test": "gulp test", | ||
"coveralls": "gulp coveralls", | ||
"travis": "npm run coveralls -s && ((cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js) || exit 0)", | ||
"test": "./node_modules/mocha/bin/mocha *.spec.js", | ||
"coveralls": "./node_modules/mocha/bin/mocha --require blanket -R mocha-lcov-reporter *.spec.js | ./node_modules/coveralls/bin/coveralls.js", | ||
"travis": "npm run coveralls -s", | ||
"docs": "gulp docs", | ||
@@ -31,14 +31,16 @@ "prepublish": "" | ||
"devDependencies": { | ||
"blanket": "^1.2.3", | ||
"chai": "^3.5.0", | ||
"coveralls": "^2.11.9", | ||
"gulp-istanbul": "^0.10.4", | ||
"gulp-jshint": "^2.0.0", | ||
"gulp-mocha": "^2.2.0", | ||
"gulp-util": "^3.0.7", | ||
"isparta": "^4.0.0", | ||
"jshint": "^2.9.1", | ||
"jshint-stylish": "^2.1.0", | ||
"mocha": "^2.4.5", | ||
"mongoose": "^4.4.12" | ||
"jshint": "^2.9.2", | ||
"jshint-stylish": "^2.2.0", | ||
"mocha": "^2.5.3", | ||
"mocha-lcov-reporter": "^1.2.0", | ||
"mongoose": "^4.5.1" | ||
}, | ||
"config": { | ||
"blanket": { | ||
"pattern": "mongoose-was-new.js" | ||
} | ||
} | ||
} |
# mongoose-was-new | ||
Adds wasNew property reflecting the value of isNew for post hooks | ||
[![Build Status](https://travis-ci.org/Dashride/mongoose-was-new.svg?branch=master)](https://travis-ci.org/Dashride/mongoose-was-new) | ||
[![Coverage Status](https://coveralls.io/repos/github/Dashride/mongoose-was-new/badge.svg?branch=master)](https://coveralls.io/github/Dashride/mongoose-was-new?branch=master) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
16677
8
11
48
6
0
1