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

chimpanzee

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chimpanzee - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

6

dist/traverse.js

@@ -63,3 +63,7 @@ "use strict";

return x;
}) || new _results.Match(builder.get(obj, context, key));
}) || function (result) {
return [_results.Match, _results.Skip, _results.Fault].some(function (resultType) {
return result instanceof resultType;
}) ? result : new _results.Match(result);
}(builder.get(obj, context, key));
}() : fn;

@@ -66,0 +70,0 @@ };

2

package.json
{
"name": "chimpanzee",
"version": "0.0.18",
"version": "0.0.19",
"author": "Jeswin<jeswinpk@agilehead.com>",

@@ -5,0 +5,0 @@ "scripts": {

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