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.15 to 0.9.16

3

lib/waterline/adapter/setupTeardown.js

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

// Extend collection with what we have for the actual collection
collection = _.extend(collection, self.query);
collection = _.extend(self.query, collection);
collection.config = _.clone(item.config);

@@ -28,0 +29,0 @@ return item.registerCollection(collection, cb);

{
"name": "waterline",
"description": "An ORM for Node.js and the Sails framework",
"version": "0.9.15",
"version": "0.9.16",
"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