Socket
Socket
Sign inDemoInstall

@chakra-ui/progress

Package Overview
Dependencies
103
Maintainers
3
Versions
421
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.10 to 2.0.11

2

dist/index.cjs.js

@@ -34,3 +34,3 @@ "use strict";

// ../../react-shim.js
// ../../../react-shim.js
var import_react = __toESM(require("react"));

@@ -37,0 +37,0 @@

@@ -1,2 +0,2 @@

// ../../react-shim.js
// ../../../react-shim.js
import React from "react";

@@ -3,0 +3,0 @@

{
"name": "@chakra-ui/progress",
"version": "2.0.10",
"version": "2.0.11",
"description": "Progress bar component for Chakra UI",

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

"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [

@@ -29,3 +27,3 @@ "dist"

"url": "git+https://github.com/chakra-ui/chakra-ui.git",
"directory": "packages/progress"
"directory": "packages/components/progress"
},

@@ -36,7 +34,8 @@ "bugs": {

"dependencies": {
"@chakra-ui/react-context": "2.0.3"
"@chakra-ui/react-context": "2.0.4"
},
"devDependencies": {
"@chakra-ui/system": "2.2.7",
"react": "^18.0.0"
"@chakra-ui/system": "2.2.12",
"react": "^18.0.0",
"clean-package": "2.1.1"
},

@@ -47,5 +46,14 @@ "peerDependencies": {

},
"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": "JSX=1 tsup src/index.ts --dts",
"dev": "pnpm build -- --watch",
"dev": "pnpm build:fast -- --watch",
"clean": "rimraf dist .turbo",

@@ -52,0 +60,0 @@ "typecheck": "tsc --noEmit",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc