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

tree-changes

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-changes - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

esm/helpers.d.ts

32

package.json
{
"name": "tree-changes",
"version": "0.9.2",
"version": "0.9.3",
"description": "Get changes between two versions of data with similar shape",

@@ -19,22 +19,22 @@ "author": "Gil Barbara <gilbarbara@gmail.com>",

"homepage": "https://github.com/gilbarbara/tree-changes#readme",
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"dist",
"esm",
"lib",
"src"
],
"types": "dist",
"types": "lib",
"sideEffects": false,
"dependencies": {
"@gilbarbara/deep-equal": "^0.1.1",
"is-lite": "^0.9.2"
"is-lite": "^0.8.2"
},
"scripts": {
"build": "npm run clean && esbuilder --cjs --esm && npm run build:types",
"build:types": "tsc --emitDeclarationOnly",
"clean": "del dist/*",
"build": "npm run clean && npm run build:cjs && npm run build:esm",
"build:cjs": "tsc",
"build:esm": "tsc -m es6 --outDir esm",
"watch:cjs": "npm run build:cjs -- -w",
"watch:esm": "npm run build:esm -- -w",
"clean": "del lib/* && del esm/*",
"lint": "eslint src test",

@@ -59,3 +59,3 @@ "test": "jest",

"name": "cjs",
"path": "./dist/index.js",
"path": "./lib/index.js",
"limit": "4 kB"

@@ -65,7 +65,7 @@ },

"name": "esm",
"path": "./dist/index.mjs",
"path": "./esm/index.js",
"limit": "3 kB"
}
],
"gitHead": "98332074386b9644d46d5071d93f978be0cbacd7"
"gitHead": "e75858b421670c000067ba73f9987dc3a5c63424"
}
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