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.11.0-alpha.0 to 0.11.0-alpha.1

35

package.json
{
"name": "tree-changes-hook",
"version": "0.11.0-alpha.0",
"version": "0.11.0-alpha.1",
"description": "React hook for tree-changes",

@@ -40,3 +40,3 @@ "author": "Gil Barbara <gilbarbara@gmail.com>",

"@gilbarbara/deep-equal": "^0.3.1",
"tree-changes": "workspace:*"
"tree-changes": "0.10.0"
},

@@ -52,16 +52,2 @@ "devDependencies": {

},
"scripts": {
"build": "npm run clean && tsup && ts-node scripts/fix-cjs-dts.ts",
"watch": "tsup --watch",
"clean": "del dist/*",
"lint": "eslint src test",
"test": "is-ci \"test:coverage\" \"test:watch\"",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest watch",
"typecheck": "tsc --noEmit",
"format": "prettier \"**/*.{js,jsx,json,yml,yaml,css,less,scss,ts,tsx,md,graphql,mdx}\" --write",
"validate": "npm run lint && npm run typecheck && npm run test:coverage && npm run build && npm run size",
"size": "size-limit",
"prepublishOnly": "npm run validate"
},
"tsup": {

@@ -96,3 +82,16 @@ "dts": true,

}
]
}
],
"scripts": {
"build": "npm run clean && tsup && ts-node scripts/fix-cjs-dts.ts",
"watch": "tsup --watch",
"clean": "del dist/*",
"lint": "eslint src test",
"test": "is-ci \"test:coverage\" \"test:watch\"",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest watch",
"typecheck": "tsc --noEmit",
"format": "prettier \"**/*.{js,jsx,json,yml,yaml,css,less,scss,ts,tsx,md,graphql,mdx}\" --write",
"validate": "npm run lint && npm run typecheck && npm run test:coverage && npm run build && npm run size",
"size": "size-limit"
}
}
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