@solid-primitives/props
Advanced tools
Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "@solid-primitives/props", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Library of primitives focused around component props.", | ||
@@ -30,3 +30,3 @@ "author": "Alex Lohr <alex.lohr@logmein.com>", | ||
"type": "module", | ||
"main": "dist/esm/index.js", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
@@ -39,4 +39,4 @@ "types": "dist/types/index.d.ts", | ||
"browser": "./dist/esm/index.js", | ||
"require": "./dist/esm/index.js", | ||
"node": "./dist/esm/index.js" | ||
"require": "./dist/cjs/index.js", | ||
"node": "./dist/cjs/index.js" | ||
} | ||
@@ -43,0 +43,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
111888
12
1107
0