@vanilla-extract/dynamic
Advanced tools
Comparing version 0.0.0-get-crackling-202281955846 to 0.0.0-transform-perf-2022820111035
{ | ||
"name": "@vanilla-extract/dynamic", | ||
"version": "0.0.0-get-crackling-202281955846", | ||
"version": "0.0.0-transform-perf-2022820111035", | ||
"description": "Zero-runtime Stylesheets-in-TypeScript", | ||
"sideEffects": false, | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"main": "dist/vanilla-extract-dynamic.cjs.js", | ||
"module": "dist/vanilla-extract-dynamic.esm.js", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": { | ||
"types": "./dist/index.cjs.d.ts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.cjs.d.ts", | ||
"default": "./dist/index.cjs" | ||
} | ||
"module": "./dist/vanilla-extract-dynamic.esm.js", | ||
"default": "./dist/vanilla-extract-dynamic.cjs.js" | ||
} | ||
@@ -31,10 +25,8 @@ }, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@vanilla-extract/private": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
"@crackle/cli": "^0.8.0", | ||
"@vanilla-extract/css": "*", | ||
"@vanilla-extract/private": "^0.0.0-get-crackling-202281955846" | ||
}, | ||
"scripts": { | ||
"build": "crackle package" | ||
"@vanilla-extract/css": "*" | ||
} | ||
} |
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
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
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
1
11
36374
1
145
1
1
+ Added@vanilla-extract/private@1.0.6(transitive)