New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/c-color-mode

Package Overview
Dependencies
Maintainers
3
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/c-color-mode - npm Package Compare versions

Comparing version 0.1.0-alpha.5 to 0.1.0-alpha.6

dist/chakra-ui-c-color-mode.cjs.d.ts

28

package.json
{
"name": "@chakra-ui/c-color-mode",
"version": "0.1.0-alpha.5",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"typings": "dist/types/index.d.ts",
"version": "0.1.0-alpha.6",
"main": "dist/chakra-ui-c-color-mode.cjs.js",
"module": "dist/chakra-ui-c-color-mode.esm.js",
"author": "Jonathan Bakebwa <codebender828@gmail.com>",

@@ -16,4 +14,4 @@ "homepage": "https://github.com/chakra-ui/chakra-ui-vue-next#readme",

".": {
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
"require": "./dist/chakra-ui-c-color-mode.cjs.js",
"default": "./dist/chakra-ui-c-color-mode.esm.js"
}

@@ -30,17 +28,13 @@ },

"scripts": {
"build": "rimraf ./dist && concurrently yarn:build:*",
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps",
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps",
"build:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
"watch": "yarn:watch:*",
"watch:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps --watch",
"watch:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps --watch",
"watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch"
"clean": "rimraf dist"
},
"dependencies": {
"@chakra-ui/utils": "^1.8.0"
"@chakra-ui/utils": "^1.8.2"
},
"devDependencies": {
"vue": "^3.2.24"
},
"peerDependencies": {
"vue": "^3.1.4"
}
}
}
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