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.13 to 0.0.14

2

dist/composite.js

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

const newSchema = _lazily.Seq.of(Object.keys(schema)).reduce(function (acc, key) {
return schema[key] instanceof _schema2.default ? params.name === schema[key].params.selector || (params.name === "default" || typeof params.name === "undefined") && (schema[key].params.selector === "default" || typeof schema[key].params.selector === "undefined") ? _extends({}, acc, { [key]: schema[key] }) : acc : typeof schema[key] === "object" ? _extends({}, acc, { [key]: getSchema(schema[key], params.name) }) : acc;
return schema[key] instanceof _schema2.default ? params.name === schema[key].params.selector || (params.name === "default" || typeof params.name === "undefined") && (schema[key].params.selector === "default" || typeof schema[key].params.selector === "undefined") ? _extends({}, acc, { [key]: schema[key] }) : acc : typeof schema[key] === "object" ? _extends({}, acc, { [key]: getSchema(schema[key], params) }) : acc;
}, {});

@@ -30,0 +30,0 @@ return (0, _traverse.traverse)(newSchema, params);

{
"name": "chimpanzee",
"version": "0.0.13",
"version": "0.0.14",
"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