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

waterline-dirty

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

waterline-dirty - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

4

DirtyAdapter.js

@@ -240,5 +240,5 @@ /*---------------------------------------------------------------

_.each(matchIndices,function (matchIndex) {
resultSet.push(data[matchIndex]);
resultSet.push(_.clone(data[matchIndex]));
});
cb(null, resultSet);

@@ -245,0 +245,0 @@ },

{
"name": "waterline-dirty",
"version": "0.4.5",
"version": "0.4.6",
"description": "Waterline adapter for felixge's node-dirty",

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

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