@equinor/eds-tokens
Advanced tools
Comparing version 0.0.1-alpha.5 to 0.0.1-alpha.6
@@ -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 @@ |
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
64359
2
6
2331
+ Addedrollup@^1.29.0
+ Added@rollup/plugin-commonjs@11.1.0(transitive)
+ Added@rollup/pluginutils@3.1.0(transitive)
+ Added@types/estree@0.0.39(transitive)
+ Added@types/node@22.10.2(transitive)
+ Addedacorn@7.4.1(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedcommondir@1.0.1(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedestree-walker@1.0.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-core-module@2.16.0(transitive)
+ Addedis-reference@1.2.1(transitive)
+ Addedmagic-string@0.25.9(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedpath-parse@1.0.7(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedresolve@1.22.9(transitive)
+ Addedrollup@1.32.1(transitive)
+ Addedsourcemap-codec@1.4.8(transitive)
+ Addedsupports-preserve-symlinks-flag@1.0.0(transitive)
+ Addedundici-types@6.20.0(transitive)
+ Addedwrappy@1.0.2(transitive)