Socket
Socket
Sign inDemoInstall

@saas-ui/button

Package Overview
Dependencies
89
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.4.0

dist/index.modern.mjs

6

CHANGELOG.md
# @saas-ui/button
## 1.4.0
### Minor Changes
- 1f074c98: Upgrade to Chakra 2.4.8. Using .mjs for esm bundles.
## 1.3.0

@@ -4,0 +10,0 @@

12

package.json
{
"name": "@saas-ui/button",
"version": "1.3.0",
"version": "1.4.0",
"description": "Button Component",

@@ -9,3 +9,3 @@ "source": "src/index.ts",

"require": "./dist/index.js",
"import": "./dist/index.modern.js"
"import": "./dist/index.modern.mjs"
},

@@ -17,3 +17,3 @@ "./src": {

"main": "./dist/index.js",
"module": "./dist/index.modern.js",
"module": "./dist/index.modern.mjs",
"types": "./dist/index.d.ts",

@@ -61,9 +61,9 @@ "scripts": {

"dependencies": {
"@chakra-ui/button": "^2.0.12",
"@chakra-ui/utils": "^2.0.12"
"@chakra-ui/button": "^2.0.14",
"@chakra-ui/utils": "^2.0.14"
},
"peerDependencies": {
"@chakra-ui/system": ">=2.1.0",
"@chakra-ui/system": ">=2.3.8",
"react": ">=18.0.0"
}
}

Sorry, the diff of this file is not supported yet

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