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.7 to 0.0.8

18

dist/chimpanzee.js

@@ -204,7 +204,15 @@ "use strict";

});
var _schema = require("./schema");
Object.defineProperty(exports, "Schema", {
enumerable: true,
get: function get() {
return _interopRequireDefault(_schema).default;
}
});
exports.match = match;
function match(schema, args) {
return _match(schema.fn(args));
}
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _match(traverseResult) {

@@ -214,2 +222,6 @@ const result = traverseResult;

}
function match(schema, args) {
return _match(schema.fn(args));
}
//# sourceMappingURL=chimpanzee.js.map

2

package.json
{
"name": "chimpanzee",
"version": "0.0.7",
"version": "0.0.8",
"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