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

waterline

Package Overview
Dependencies
Maintainers
2
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

waterline - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

3

lib/waterline/query/adapters.js

@@ -21,3 +21,4 @@ /**

// Concat self.identity with args (must massage arguments into a proper array)
var args = [self.tableName].concat(Array.prototype.slice.call(arguments));
// Use a normalized _tableName set in the core module.
var args = [self._tableName].concat(Array.prototype.slice.call(arguments));
adapter[key].apply(self, args);

@@ -24,0 +25,0 @@ };

{
"name": "waterline",
"description": "An ORM for Node.js and the Sails framework",
"version": "0.9.5",
"version": "0.9.6",
"contributors": [

@@ -6,0 +6,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