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

@equinor/eds-tokens

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/eds-tokens - npm Package Compare versions

Comparing version 0.0.1-alpha.5 to 0.0.1-alpha.6

dist/tokens.cjs.js

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # Changelog

## [0.0.1-alpha.6] - 2020-01-20
### Added
- Compiled bundle for esm, cjs and umd modules
## [0.0.1-alpha.5] - 2019-12-13

@@ -10,0 +16,0 @@

23

package.json
{
"name": "@equinor/eds-tokens",
"version": "0.0.1-alpha.5",
"version": "0.0.1-alpha.6",
"main": "dist/tokens.cjs.js",
"module": "dist/tokens.esm.js",
"browser": "dist/tokens.umd.js",
"engines": {
"pnpm": ">=4"
},
"files": [
"dist/*"
],
"description": "Design tokens for the Equinor Design System",

@@ -17,8 +23,17 @@ "author": {

"license": "AGPL-3.0-or-later",
"scripts": {},
"scripts": {
"prepare": "npm run build",
"build": "rollup -c",
"dev": "rollup -c -w"
},
"keywords": [
"eds",
"design system",
"equinor"
]
"equinor",
"design tokens"
],
"dependencies": {
"@rollup/plugin-commonjs": "^11.0.1",
"rollup": "^1.29.0"
}
}
base/clickbounds.js
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