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

@leafygreen-ui/icon-button

Package Overview
Dependencies
Maintainers
4
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/icon-button - npm Package Compare versions

Comparing version 8.0.2 to 9.0.0

dist/esm/index.js

15

CHANGELOG.md
# @leafygreen-ui/icon-button
## 9.0.0
### Major Changes
- 0267bfd2: The underlying structure of distributed module definition files have changed and now have official support for ES modules. Module definition files are now generated using Rollup instead of Webpack. This should not affect functionality, but some thorough testing and caution should be exercised when upgrading.
### Patch Changes
- Updated dependencies [0267bfd2]
- @leafygreen-ui/box@3.0.0
- @leafygreen-ui/emotion@3.0.0
- @leafygreen-ui/icon@7.0.0
- @leafygreen-ui/lib@6.0.0
- @leafygreen-ui/palette@3.0.0
## 8.0.2

@@ -4,0 +19,0 @@

17

package.json
{
"name": "@leafygreen-ui/icon-button",
"version": "8.0.2",
"version": "9.0.0",
"description": "LeafyGreen UI Kit Icon Buttons",
"main": "./dist/index.bundle.js",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",

@@ -15,3 +16,3 @@ "typesVersions": {

"scripts": {
"build": "../../node_modules/.bin/webpack --config ../../webpack.config.js"
"build": "../../node_modules/.bin/rollup --config ../../rollup.config.js"
},

@@ -23,10 +24,10 @@ "license": "Apache-2.0",

"devDependencies": {
"@leafygreen-ui/icon": "6.7.0"
"@leafygreen-ui/icon": "7.0.0"
},
"dependencies": {
"@leafygreen-ui/lib": "^5.1.1",
"@leafygreen-ui/emotion": "^2.0.2",
"@leafygreen-ui/palette": "^2.0.2",
"@leafygreen-ui/box": "^2.1.5"
"@leafygreen-ui/lib": "^6.0.0",
"@leafygreen-ui/emotion": "^3.0.0",
"@leafygreen-ui/palette": "^3.0.0",
"@leafygreen-ui/box": "^3.0.0"
}
}

Sorry, the diff of this file is not supported yet

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