Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongoose-was-new

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-was-new - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.travis.yml

28

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc