Socket
Socket
Sign inDemoInstall

@chakra-ui/shared-utils

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/shared-utils - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

20

package.json
{
"name": "@chakra-ui/shared-utils",
"version": "2.0.1",
"version": "2.0.2",
"description": "",

@@ -12,4 +12,2 @@ "keywords": [

"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"sideEffects": false,

@@ -25,3 +23,3 @@ "files": [

"url": "git+https://github.com/chakra-ui/chakra-ui.git",
"directory": "packages/shared-utils"
"directory": "packages/utilities/shared-utils"
},

@@ -31,5 +29,17 @@ "bugs": {

},
"devDependencies": {
"clean-package": "2.1.1"
},
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsup src/index.ts --format=esm,cjs --dts",
"dev": "pnpm build -- --watch",
"dev": "pnpm build:fast -- --watch",
"clean": "rimraf dist .turbo",

@@ -36,0 +46,0 @@ "typecheck": "tsc --noEmit",

@@ -24,2 +24,2 @@ # @chakra-ui/shared-utils

This project is licensed under the terms of the
[MIT license](https://github.com/chakra-ui/chakra-ui/blob/master/LICENSE).
[MIT license](https://github.com/chakra-ui/chakra-ui/blob/master/LICENSE).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc