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

ab-models

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ab-models - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.npmignore

7

package.json
{
"name": "ab-models",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -10,3 +10,6 @@ "main": "src/index.js",

"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"mongoose": "^3.8.24"
}
}

@@ -1,15 +0,15 @@

var ApiCustomer = require('./api_customer.js');
var ApiEvent = require('./api_event.js');
var Event = require('./event.js');
var Recipe = require('./recipe.js');
var Template = require('./template.js');
// var ApiCustomer = require('./api_customer.js');
// var ApiEvent = require('./api_event.js');
// var Event = require('./event.js');
// var Recipe = require('./recipe.js');
// var Template = require('./template.js');
var User = require('./user.js');
module.exports = {
ApiCustomer: ApiCustomer,
ApiEvent: ApiEvent,
Event: Event,
Recipe: Recipe,
Template: Template,
// ApiCustomer: ApiCustomer,
// ApiEvent: ApiEvent,
// Event: Event,
// Recipe: Recipe,
// Template: Template,
User: User
};
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