@react-hookful/dom
Advanced tools
+11
-0
@@ -6,2 +6,13 @@ # Change Log | ||
| # [0.1.0-alpha.10](https://github.com/Frantss/react-hookful/tree/master/packages/dom/compare/@react-hookful/dom@0.1.0-alpha.9...@react-hookful/dom@0.1.0-alpha.10) (2020-10-29) | ||
| ### Features | ||
| * **all:** set sideEffects to false ([d71bacc](https://github.com/Frantss/react-hookful/tree/master/packages/dom/commit/d71bacc6d69465248b73139cba515a3fe7967412)) | ||
| # [0.1.0-alpha.9](https://github.com/Frantss/react-hookful/tree/master/packages/dom/compare/@react-hookful/dom@0.1.0-alpha.8...@react-hookful/dom@0.1.0-alpha.9) (2020-10-29) | ||
@@ -8,0 +19,0 @@ |
+33
-32
| { | ||
| "name": "@react-hookful/dom", | ||
| "version": "0.1.0-alpha.9", | ||
| "version": "0.1.0-alpha.10", | ||
| "description": "Useful react DOM-related hooks that help you clean up you functional components.", | ||
| "keywords": [ | ||
| "react", | ||
| "hooks", | ||
| "dom" | ||
| ], | ||
| "repository": "https://github.com/Frantss/react-hookful/tree/master/packages/dom", | ||
| "main": "dist/index.cjs.js", | ||
| "module": "dist/index.esm.js", | ||
| "umd:main": "dist/index.umd.js", | ||
| "license": "MIT", | ||
| "sideEffects": false, | ||
| "type": "module", | ||
| "exports": { | ||
| "umd": "./dist/index.umd.js", | ||
| "import": "./dist/index.esm.js", | ||
| "require": "./dist/index.cjs.js", | ||
| "import": "./dist/index.esm.js" | ||
| "umd": "./dist/index.umd.js" | ||
| }, | ||
| "type": "module", | ||
| "main": "dist/index.cjs.js", | ||
| "umd:main": "dist/index.umd.js", | ||
| "module": "dist/index.esm.js", | ||
| "types": "dist/index.public.d.ts", | ||
| "license": "MIT", | ||
| "keywords": [ | ||
| "react", | ||
| "hooks", | ||
| "dom" | ||
| "files": [ | ||
| "dist/index.public.d.ts", | ||
| "dist/index.cjs.js", | ||
| "dist/index.cjs.js.map", | ||
| "dist/index.esm.js", | ||
| "dist/index.esm.js.map", | ||
| "dist/index.umd.js", | ||
| "dist/index.umd.js.map" | ||
| ], | ||
| "authors": [ | ||
| "Frantss Bongiovanni <frantss.bongiovanni@gmail.com>" | ||
| ], | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "scripts": { | ||
@@ -33,8 +37,5 @@ "build": "rm -rf dist && rollup -c && api-extractor run --local", | ||
| "test": "jest --verbose", | ||
| "test:watch": "jest --watch", | ||
| "test:coverage": "jest --coverage" | ||
| "test:coverage": "jest --coverage", | ||
| "test:watch": "jest --watch" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": "^16 || ^17" | ||
| }, | ||
| "devDependencies": { | ||
@@ -55,12 +56,12 @@ "@testing-library/react-hooks": "^3.2.1", | ||
| }, | ||
| "files": [ | ||
| "dist/index.public.d.ts", | ||
| "dist/index.cjs.js", | ||
| "dist/index.cjs.js.map", | ||
| "dist/index.esm.js", | ||
| "dist/index.esm.js.map", | ||
| "dist/index.umd.js", | ||
| "dist/index.umd.js.map" | ||
| "peerDependencies": { | ||
| "react": "^16 || ^17" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "authors": [ | ||
| "Frantss Bongiovanni <frantss.bongiovanni@gmail.com>" | ||
| ], | ||
| "gitHead": "4491ee5f1f265e6f5262c0bcc71c4ccd5adf613b" | ||
| "gitHead": "f13805e48b3a37014daf7260e4ca38aea3b9f142" | ||
| } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21064
1.86%0
-100%