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

chimpanzee

Package Overview
Dependencies
Maintainers
4
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.60 to 0.0.61

.npmignore

2

dist/parsers/array.js

@@ -21,3 +21,3 @@ "use strict";

return result instanceof _results.Skip || result instanceof _results.Fault ? result : acc.concat(result);
return acc.concat(result);
}, [], function (acc, item) {

@@ -24,0 +24,0 @@ return acc instanceof _results.Skip || acc instanceof _results.Fault;

@@ -16,3 +16,2 @@ "use strict";

class Match extends _result2.default {
constructor(value, env, meta) {

@@ -19,0 +18,0 @@ super(env, meta);

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

class Result {
constructor(env, meta) {

@@ -10,0 +9,0 @@ this.env = env;

{
"name": "chimpanzee",
"version": "0.0.60",
"version": "0.0.61",
"author": "Isotropy Team<isotropy@agilehead.com>",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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