Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@leafygreen-ui/tokens

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/tokens - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

dist/esm/index.js

11

CHANGELOG.md
# @leafygreen-ui/tokens
## 0.4.0
### Minor 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/lib@6.0.0
## 0.3.0

@@ -4,0 +15,0 @@

16

package.json
{
"name": "@leafygreen-ui/tokens",
"version": "0.3.0",
"version": "0.4.0",
"description": "leafyGreen UI Kit Tokens",
"main": "./dist/index.bundle.js",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
"<3.9": {
"*": [
"ts3.4/*"
]
}
},
"scripts": {
"build": "../../node_modules/.bin/webpack --config ../../webpack.config.js"
"build": "../../node_modules/.bin/rollup --config ../../rollup.config.js"
},

@@ -15,4 +23,4 @@ "license": "Apache-2.0",

"dependencies": {
"@leafygreen-ui/lib": "^5.1.1"
"@leafygreen-ui/lib": "^6.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