@chakra-ui/counter
Advanced tools
Comparing version 0.0.0-dev-202212083710 to 0.0.0-dev-20221223180742
{ | ||
"name": "@chakra-ui/counter", | ||
"version": "0.0.0-dev-202212083710", | ||
"version": "0.0.0-dev-20221223180742", | ||
"description": "A React hook for managing counters", | ||
@@ -20,8 +20,5 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "dist/chakra-ui-counter.cjs.js", | ||
"module": "dist/chakra-ui-counter.esm.js", | ||
"types": "dist/chakra-ui-counter.cjs.d.ts", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist", | ||
"src" | ||
"dist" | ||
], | ||
@@ -34,3 +31,3 @@ "publishConfig": { | ||
"url": "git+https://github.com/chakra-ui/chakra-ui.git", | ||
"directory": "packages/counter" | ||
"directory": "packages/components/counter" | ||
}, | ||
@@ -41,11 +38,39 @@ "bugs": { | ||
"dependencies": { | ||
"@chakra-ui/hooks": "0.0.0-dev-202212083710", | ||
"@chakra-ui/utils": "0.0.0-dev-202212083710" | ||
"@chakra-ui/number-utils": "0.0.0-dev-20221223180742", | ||
"@chakra-ui/react-use-callback-ref": "0.0.0-dev-20221223180742", | ||
"@chakra-ui/shared-utils": "0.0.0-dev-20221223180742" | ||
}, | ||
"devDependencies": { | ||
"react": "^18.0.0", | ||
"clean-package": "2.1.1" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.8.6" | ||
"react": ">=18" | ||
}, | ||
"devDependencies": { | ||
"react": "^17.0.1" | ||
"clean-package": "../../../clean-package.config.json", | ||
"tsup": { | ||
"clean": true, | ||
"target": "es2019", | ||
"format": [ | ||
"cjs", | ||
"esm" | ||
] | ||
}, | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"scripts": { | ||
"build": "tsup src --dts", | ||
"dev": "pnpm build:fast -- --watch", | ||
"clean": "rimraf dist .turbo", | ||
"typecheck": "tsc --noEmit", | ||
"build:fast": "tsup src" | ||
} | ||
} | ||
} |
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
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
0
18746
4
2
10
510
1
+ Added@chakra-ui/react-use-callback-ref@0.0.0-dev-20221223180742
+ Added@chakra-ui/number-utils@0.0.0-dev-20221223180742(transitive)
+ Added@chakra-ui/react-use-callback-ref@0.0.0-dev-20221223180742(transitive)
+ Added@chakra-ui/shared-utils@0.0.0-dev-20221223180742(transitive)
- Removed@chakra-ui/hooks@0.0.0-dev-202212083710(transitive)
- Removed@chakra-ui/react-utils@0.0.0-dev-202212083710(transitive)
- Removed@chakra-ui/utils@0.0.0-dev-202212083710(transitive)
- Removed@types/lodash@4.17.13(transitive)
- Removed@types/lodash.mergewith@4.6.6(transitive)
- Removedcompute-scroll-into-view@1.0.14(transitive)
- Removedcopy-to-clipboard@3.3.1(transitive)
- Removedcss-box-model@1.2.1(transitive)
- Removedframesync@5.3.0(transitive)
- Removedlodash.mergewith@4.6.2(transitive)
- Removedtiny-invariant@1.3.3(transitive)
- Removedtoggle-selection@1.0.6(transitive)
- Removedtslib@2.8.1(transitive)