@huddle01/feature-flags
Advanced tools
Comparing version 0.0.3-alpha.1 to 0.0.3
{ | ||
"name": "@huddle01/feature-flags", | ||
"version": "0.0.3-alpha.1", | ||
"version": "0.0.3", | ||
"description": "Unleash the Power of Controlled Feature Rollouts in Your Typescript Projects", | ||
"main": "dist/index.mjs", | ||
"types": "dist/index.d.mts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -14,30 +14,7 @@ "lint": "biome lint ./", | ||
"prebuild": "pnpm run lint && pnpm run format", | ||
"build": "rm -rf dist && tsup", | ||
"build": "tsup", | ||
"watch": "tsup --watch", | ||
"pub": "npm publish --access public", | ||
"pub:alpha": "npm publish --access public --tag alpha" | ||
"pub": "npm publish --access public" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.mts" | ||
}, | ||
"./hooks": { | ||
"import": "./dist/hooks/index.mjs", | ||
"types": "./dist/hooks/index.d.mts" | ||
}, | ||
"./components": { | ||
"import": "./dist/components/index.mjs", | ||
"types": "./dist/components/index.d.mts" | ||
}, | ||
"./atoms": { | ||
"import": "./dist/atoms/index.mjs", | ||
"types": "./dist/atoms/index.d.mts" | ||
}, | ||
"./types": { | ||
"import": "./dist/types/index.mjs", | ||
"types": "./dist/types/index.d.mts" | ||
} | ||
}, | ||
"files": ["dist"], | ||
"files": ["dist/*"], | ||
"keywords": [], | ||
@@ -50,6 +27,6 @@ "author": "a4748g", | ||
"tsup": "^8.0.1", | ||
"zod": "^3.22.4", | ||
"@vercel/edge-config": "^0.1.1" | ||
"zod": "^3.22.4" | ||
}, | ||
"dependencies": { | ||
"@vercel/edge-config": "^0.1.1", | ||
"jotai": "^2.4.3", | ||
@@ -56,0 +33,0 @@ "react": "18.2.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
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
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
Network access
Supply chain riskThis module accesses the network.
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
2747729
4
30826
1
1
3
29
+ Added@vercel/edge-config@^0.1.1
+ Added@vercel/edge-config@0.1.11(transitive)
+ Added@vercel/edge-config-fs@0.1.0(transitive)