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

mongoose-slug-updater

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-slug-updater - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

.nyc_output/2ed86427-943e-4a62-ad99-574585e8e7ae.json

13

package.json
{
"name": "mongoose-slug-updater",
"version": "3.0.0",
"version": "3.0.1",
"description": "Schema-based slug plugin for Mongoose - single/compound - unique over collection/group - nested docs/arrays - relative/abs paths - sync on change: create/save/update/updateOne/updateMany/findOneAndUpdate tracked - $set operator - counter/shortId",

@@ -11,3 +11,4 @@ "main": "index.js",

"prepublish": "npm run test",
"test": "./node_modules/.bin/mocha --reporter spec",
"test": "nyc mocha --reporter spec",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"dev": "nodemon ./node_modules/.bin/mocha --reporter min --no-deprecation",

@@ -58,12 +59,14 @@ "devinline": "nodemon ./node_modules/.bin/mocha --reporter min -g '.*inline.*' --no-deprecation",

"shortid": "^2.2.14",
"speakingurl": "^7.0.0"
"speakingurl": "^14.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"eslint": "^5.8.0",
"mocha": "^5.2.0",
"mongodb-memory-server": "^2.7.0",
"mongodb-memory-server": "^2.7.2",
"mongoose": "^5.3.10",
"nodemon": "^1.18.6"
"nodemon": "^1.18.6",
"nyc": "^13.1.0"
}
}

@@ -5,2 +5,5 @@ # mongoose-slug-updater

[![npm](https://img.shields.io/npm/v/mongoose-slug-updater.svg)](https://www.npmjs.com/package/mongoose-slug-updater) [![Travis (.org)](https://api.travis-ci.org/YuriGor/mongoose-slug-updater.svg?branch=master)](https://travis-ci.org/YuriGor/mongoose-slug-updater) [![Coverage Status](https://coveralls.io/repos/github/YuriGor/mongoose-slug-updater/badge.svg?branch=master)](https://coveralls.io/github/YuriGor/mongoose-slug-updater?branch=master) <br>
[![NPM](https://nodei.co/npm/mongoose-slug-updater.png?compact=true)](https://nodei.co/npm/mongoose-slug-updater/)
Features:

@@ -7,0 +10,0 @@ - [Intuitive schema-based declaration](#basic-usage)

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