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

mongoose-auto-increment

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-auto-increment - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -18,3 +18,3 @@ var mongoose = require('mongoose');

counterSchema.index({ field: 1, model: 1 }, { unique: true, required: true, index: -1 });
var Counter = mongoose.connection.model('Counter', counterSchema);
var Counter = mongoose.connection.model('MAIC-Counter', counterSchema);

@@ -21,0 +21,0 @@ module.exports = exports = function (schema, options) {

{
"name": "mongoose-auto-increment",
"version": "1.0.0",
"version": "1.0.1",
"description": "This plugin allows you to auto-increment any field on any mongoose schema that you wish.",

@@ -5,0 +5,0 @@ "repository": {

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