Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eredita

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eredita - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

dist/index.js

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

if (typeof ref[p] !== 'object') {
ref[p] = parseInt(parts[i + 1]) || parts[i + 1] == '0' ? [] : {};
ref[p] = isNaN(parts[i + 1]) ? {} : [];
}

@@ -77,0 +77,0 @@ ref = ref[p];

{
"name": "eredita",
"version": "1.2.0",
"version": "1.2.1",
"description": "Javascript Data Inheritance",

@@ -45,17 +45,17 @@ "main": "dist/index.js",

"devDependencies": {
"@types/node": "14.6.2",
"chai": "4.2.0",
"@types/node": "14.14.41",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"chai-spies": "1.0.0",
"commitizen": "4.2.1",
"commitizen": "4.2.3",
"coveralls": "3.1.0",
"cz-conventional-changelog": "3.3.0",
"husky": "4.2.5",
"lodash": "4.17.20",
"mocha": "8.1.3",
"husky": "6.0.0",
"lodash": "4.17.21",
"mocha": "8.3.2",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"semantic-release": "^17.1.1",
"typescript": "4.0.2",
"underscore": "1.11.0"
"semantic-release": "^17.4.2",
"typescript": "4.2.4",
"underscore": "1.13.1"
},

@@ -62,0 +62,0 @@ "config": {

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