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

api-orm

Package Overview
Dependencies
Maintainers
5
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-orm - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

2

lib/model.js

@@ -43,3 +43,3 @@ var util = require('util'),

const VALID_ACTIONS = ['create','read','update','delete'];
const VALID_ACTIONS = ['create','read','update','delete','deleteAll'];

@@ -46,0 +46,0 @@ function validateActions(actions) {

{
"name": "api-orm",
"version": "0.0.31",
"version": "0.0.32",
"description": "API Builder ORM",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1525,3 +1525,3 @@ var should = require('should'),

User.actions.should.eql(['create','read','update','delete']);
User.actions.should.eql(['create','read','update','delete','deleteAll']);
});

@@ -1571,3 +1571,3 @@

});
}).should.throw('actions must be an array with one or more of the following: create, read, update, delete');
}).should.throw('actions must be an array with one or more of the following: create, read, update, delete, deleteAll');
});

@@ -1595,3 +1595,3 @@

});
}).should.throw('invalid action `foo` must be an array with one or more of the following: create, read, update, delete');
}).should.throw('invalid action `foo` must be an array with one or more of the following: create, read, update, delete, deleteAll');
});

@@ -1598,0 +1598,0 @@

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