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

@servicetitan/tokens

Package Overview
Dependencies
Maintainers
5
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicetitan/tokens - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

dist/z-index.map.scss

2

dist/tokens.common.js

@@ -116,2 +116,4 @@ module.exports = {

typescale6: "32px",
zIndexNotification: "1100",
zIndexModal: "1000",
};

7

package.json
{
"name": "@servicetitan/tokens",
"version": "1.6.0",
"version": "1.6.1",
"description": "",

@@ -8,3 +8,3 @@ "main": "./dist/tokens.common.js",

"start": "npm-run-all watch --silent",
"build": "npm-run-all build:init build:tokens build:color-map build:spacing-map --silent",
"build": "npm-run-all build:init build:tokens build:color-map build:spacing-map build:z-index-map --silent",
"build:init": "rimraf dist",

@@ -14,2 +14,3 @@ "build:tokens": "theo ./src/tokens.json --transform web --format scss,less,common.js --dest ./dist",

"build:spacing-map": "theo ./src/spacing.json --transform web --format map.scss --dest ./dist",
"build:z-index-map": "theo ./src/z-index.json --transform web --format map.scss --dest ./dist",
"watch": "chokidar \"src/**/*.json\" -c \"npm run build\""

@@ -24,3 +25,3 @@ },

},
"gitHead": "3b66afc248a326a60706d909541b105c797b3aa0"
"gitHead": "6dcd7c4929b518bd53a5dbf917f4e3842d2fd698"
}

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