@chakra-ui/css-reset
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@chakra-ui/css-reset", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "CSS reset component for Chakra UI", | ||
@@ -16,5 +16,5 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "dist/chakra-ui-css-reset.cjs.js", | ||
"module": "dist/chakra-ui-css-reset.esm.js", | ||
"types": "dist/chakra-ui-css-reset.cjs.d.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
@@ -41,3 +41,10 @@ "dist" | ||
"react": "^18.0.0" | ||
}, | ||
"scripts": { | ||
"build": "tsup src/index.ts --format=esm,cjs --dts", | ||
"dev": "pnpm build -- --watch", | ||
"clean": "rimraf dist .turbo", | ||
"typecheck": "tsc --noEmit", | ||
"build:fast": "tsup src/index.ts --format=esm,cjs" | ||
} | ||
} | ||
} |
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
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
0
2687
3
0
1