New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongoose-plugins-trashable

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-plugins-trashable - npm Package Compare versions

Comparing version

to
1.1.0

lib/mongoose-plugins-trashable.js

9

package.json
{
"name" : "mongoose-plugins-trashable",
"description" : "A mongoose plugin that adds ablity to trash/untrash (soft deletes) model instances.",
"version" : "1.0.0",
"version" : "1.1.0",
"homepage" : "https://github.com/justin-lau/mongoose-plugins-trashable",

@@ -32,3 +32,3 @@ "keywords": [

}],
"main" : "src/mongoose-plugins-trashable",
"main" : "lib/mongoose-plugins-trashable",
"engines" : {

@@ -38,3 +38,6 @@ "node" : ">= 0.10.34"

"scripts" : {
"test" : "NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter dot test/**/*.test.coffee"
"build" : "NODE_ENV=production node_modules/.bin/coffee --compile --map --output lib src",
"prepublish" : "npm run build",
"pretest" : "npm run build",
"test" : "NODE_ENV=test node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter dot test/**/*.test.coffee"
},

@@ -41,0 +44,0 @@ "devDependencies" : {

# mongoose-plugins-trashable
[![Build Status](https://travis-ci.org/justin-lau/mongoose-plugins-trashable.svg?branch=v1.0.0)](https://travis-ci.org/justin-lau/mongoose-plugins-trashable)
[![Build Status](https://travis-ci.org/justin-lau/mongoose-plugins-trashable.svg?branch=master)](https://travis-ci.org/justin-lau/mongoose-plugins-trashable)
![devDependencies Status](https://david-dm.org/justin-lau/mongoose-plugins-trashable/dev-status.svg?style=flat)

@@ -5,0 +5,0 @@

Sorry, the diff of this file is not supported yet