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.2.1 to 0.2.2

13

DirtyAdapter.js

@@ -433,8 +433,15 @@ /*---------------------------------------------------------------

matchString = new RegExp(matchString);
// Case insensitive by default
var modifiers = 'i';
// TODO: make this overridable
matchString = new RegExp('^'+matchString+'$',modifiers);
}
// Unexpected match string!
else throw new Error("Unexpected match string: "+matchString+ " Please use a regexp or string.");
else {
console.error('matchString:');
console.error(matchString);
throw new Error("Unexpected match string: "+matchString+ " Please use a regexp or string.");
}
// Deal with non-strings by creating index

@@ -441,0 +448,0 @@ var index = model[key];

{
"name": "waterline-dirty",
"version": "0.2.1",
"version": "0.2.2",
"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