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

@engie-group/fluid-design-tokens

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@engie-group/fluid-design-tokens - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

5

CHANGELOG.md

@@ -7,2 +7,7 @@ # Changelog

## 📦 1.1.0 - 2022-02-03
### 🖍 Changed
* Change size.border.radius to size.border.radius.md
### 🚀 Added
* Add size.border.radius.sm

@@ -9,0 +14,0 @@ ## 📦 1.0.5 - 2021-12-16

5

lib/json/tokens.json

@@ -807,3 +807,6 @@ {

"width": "1px",
"radius": ".25rem"
"radius": {
"md": "4px",
"sm": "2px"
}
},

@@ -810,0 +813,0 @@ "font": {

4

package.json
{
"name": "@engie-group/fluid-design-tokens",
"version": "1.0.5",
"version": "1.1.0",
"description": "Fluid Design Tokens",

@@ -47,3 +47,3 @@ "keywords": [

},
"gitHead": "2bb0b79b7d80acba314b348c90600215c50fc403"
"gitHead": "601d50afa250e303e64b684145d3511b31bb21ec"
}

@@ -8,3 +8,8 @@ {

"radius": {
"value": ".25rem"
"md": {
"value": "4px"
},
"sm": {
"value": "2px"
}
}

@@ -11,0 +16,0 @@ }

Sorry, the diff of this file is not supported yet

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