use-state-validate
Advanced tools
Comparing version 3.0.0-alpha.6 to 3.0.0-alpha.7
{ | ||
"name": "use-state-validate", | ||
"version": "3.0.0-alpha.6", | ||
"version": "3.0.0-alpha.7", | ||
"description": "Clean featherweight state validation", | ||
@@ -34,4 +34,11 @@ "sideEffects": false, | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/mjs/index.js", | ||
"types": "lib/mjs/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./lib/mjs/index.js", | ||
"require": "./lib/cjs/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -38,0 +45,0 @@ "build": "./ci/build.sh", |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
12311
3
0
1