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

bennu

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bennu - npm Package Compare versions

Comparing version 17.0.4 to 17.0.5

10

dist_node/parse.js

@@ -549,5 +549,5 @@ /*

var self = this;
return self.constructor.map(self, f);
return map(self, f);
}));
(ap = (Parser.ap = liftM2((function(x, y) {
(ap = (Parser.ap = liftM2.bind(null, (function(x, y) {
return x(y);

@@ -557,3 +557,3 @@ }))));

var self = this;
return self.constructor.ap(self, m2);
return ap(self, m2);
}));

@@ -563,3 +563,3 @@ (chain = (Parser.chain = bind));

var self = this;
return self.constructor.chain(self, f);
return chain(self, f);
}));

@@ -571,3 +571,3 @@ (of = (Parser.of = (Parser.prototype.of = always)));

var self = this;
return self.constructor.concat(self, p);
return concat(self, p);
}));

@@ -574,0 +574,0 @@ (exec = (function(f, g) {

{
"name": "bennu",
"version": "17.0.4",
"version": "17.0.5",
"description": "Parser Combinator Library",

@@ -5,0 +5,0 @@ "author": "Matt Bierner",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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