🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

unify-token

Package Overview
Dependencies
Maintainers
7
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unify-token - npm Package Compare versions

Comparing version

to
2.0.5-dev-1

build/v2/dark@2.0.5-dev-1.css

7

CHANGELOG.md

@@ -10,2 +10,9 @@ # Change Log

<!-- Start of Current Changelog -->
## 2.0.5-dev-1
* :star2: Create new token format under `build/v2/...` directory path, older token under `build/...` will be deprecated
* :star2: Add example usage on README.md
* :star2: Exclude XML and Swift version
<!-- End of Current Changelog -->
## 2.0.4

@@ -12,0 +19,0 @@ * :star2: Add type definition for each token

12

package.json
{
"name": "unify-token",
"version": "2.0.4",
"version": "2.0.5-dev-1",
"description": "Design Tokens for the Unify Design System",

@@ -8,7 +8,9 @@ "main": "build/index.js",

"scripts": {
"build": "npm run clean --scripts-prepend-node-path && node globfile.js && node globfile.nest.js && node typegen.js",
"build-edge": "rimraf ./build && node globfile.edge.js",
"build": "npm run clean --scripts-prepend-node-path && node scripts/globfile.js && node scripts/globfile.nest.js && node scripts/typegen.js",
"build-edge": "rimraf ./build && node scripts/globfile.edge.js",
"build-test": "rimraf ./build && theo ./tokens/index.yml --format module.js,scss,common.js,ios.json,android.xml --dest ./build",
"checkbuild": "node ../../scripts/build/checkbuild.js",
"clean": "rimraf ./build ./colors ./typography ./grids ./motions ./spacings",
"movepack": "sh ../scripts/movepack.sh",
"deploy": "node ../../scripts/deploy/publish.js --dev",
"movepack": "sh ../../scripts/movepack.sh",
"release": "sh ../../scripts/publish.sh",

@@ -35,2 +37,2 @@ "release:dev": "sh ../../scripts/publish.sh -dev",

}
}
}