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

batched-hook

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

batched-hook - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

index.d.ts

11

package.json
{
"name": "batched-hook",
"version": "0.1.0",
"version": "0.1.1",
"description": "Batched set state and dispatch for react hooks",

@@ -17,2 +17,3 @@ "main": "lib/batched-hook.js",

"files": [
"index.d.ts",
"dist",

@@ -26,4 +27,4 @@ "lib",

"clean": "rimraf lib dist es coverage",
"format": "prettier --write '{src,test}/**/*.{md,ts,tsx,json}'",
"format:check": "prettier --list-different '{src,test}/**/*.{md,ts,tsx,json}'",
"format": "prettier --write '{src,test}/**/*.{md,ts,tsx,json}' README.md",
"format:check": "prettier --list-different '{src,test}/**/*.{md,ts,tsx,json}' README.md",
"lint": "tslint -c tslint.json '{src,test}/**/*.{ts,tsx}'",

@@ -74,4 +75,8 @@ "test": "cross-env BABEL_ENV=commonjs jest",

"git add"
],
"README.md": [
"prettier --write",
"git add"
]
}
}

@@ -74,2 +74,3 @@ # batched-hook

effect 0 0
// click
render2 1 1

@@ -76,0 +77,0 @@ effect 1 1

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