Socket
Socket
Sign inDemoInstall

pattern-js

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "pattern-js",
"id": "pattern-js",
"version": "0.1.1",
"version": "0.1.2",
"description": "Fluent pattern matching for CoffeeScript and JavaScript.",

@@ -6,0 +6,0 @@ "keywords": ["functional", "pattern", "matching", "match"],

@@ -165,5 +165,3 @@ (function() {

})();
return this.when(predicates, function(val) {
return exp(val);
});
return this.when(predicates, exp);
};

@@ -170,0 +168,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc