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

tree-changes-hook

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-changes-hook - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

esm/index.d.ts

34

package.json
{
"name": "tree-changes-hook",
"version": "0.9.2",
"version": "0.9.3",
"description": "React hook for tree-changes",

@@ -21,13 +21,10 @@ "author": "Gil Barbara <gilbarbara@gmail.com>",

"homepage": "https://github.com/gilbarbara/tree-changes/tree/master/packages/tree-changes-hook#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,

@@ -39,3 +36,3 @@ "peerDependencies": {

"@gilbarbara/deep-equal": "^0.1.1",
"tree-changes": "^0.9.2"
"tree-changes": "^0.9.3"
},

@@ -51,5 +48,8 @@ "devDependencies": {

"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",

@@ -74,12 +74,12 @@ "test": "jest",

"name": "cjs",
"path": "./dist/index.js",
"limit": "4 kB"
"path": "./lib/index.js",
"limit": "5 kB"
},
{
"name": "esm",
"path": "./dist/index.mjs",
"path": "./esm/index.js",
"limit": "4 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