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

react-hooks-worker

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hooks-worker - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [1.0.0] - 2020-08-15
### Changed
- Modern build
## [0.9.0] - 2019-10-18

@@ -7,0 +11,0 @@ ### Changed

37

package.json
{
"name": "react-hooks-worker",
"description": "React custom hooks for web workers",
"version": "1.0.0-alpha.2",
"publishConfig": {
"tag": "next"
},
"version": "1.0.0",
"author": "Daishi Kato",

@@ -44,18 +41,18 @@ "repository": {

"devDependencies": {
"@types/jest": "^26.0.3",
"@types/react": "^16.9.41",
"@types/jest": "^26.0.10",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-test-renderer": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"documentation": "^13.0.1",
"eslint": "^7.3.1",
"@types/react-test-renderer": "^16.9.3",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"documentation": "^13.0.2",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.2",
"eslint-plugin-react-hooks": "^4.0.5",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.0.8",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.1.0",
"microbundle": "^0.12.2",
"jest": "^26.4.0",
"microbundle": "^0.12.3",
"npm-run-all": "^4.1.5",

@@ -65,9 +62,9 @@ "react": "^16.13.1",

"react-test-renderer": "^16.13.1",
"ts-jest": "^26.1.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"ts-jest": "^26.2.0",
"ts-loader": "^8.0.2",
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"worker-plugin": "^4.0.3"
"worker-plugin": "^5.0.0"
},

@@ -74,0 +71,0 @@ "peerDependencies": {

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