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

@nulogy/tokens

Package Overview
Dependencies
Maintainers
8
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nulogy/tokens - npm Package Compare versions

Comparing version 0.2.3 to 0.4.0

dist/_variables.scss

6

config.json

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

"transforms": ["attribute/cti", "name/cti/kebab", "size/px", "color/css"],
"buildPath": "build/",
"buildPath": "dist/",
"files": [{

@@ -15,3 +15,3 @@ "destination": "variables.css",

"transforms": ["attribute/cti", "name/cti/kebab", "size/px", "color/css"],
"buildPath": "build/",
"buildPath": "dist/",
"files": [{

@@ -24,3 +24,3 @@ "destination": "_variables.scss",

"transforms": ["attribute/cti", "name/cti/snake", "size/px", "color/hex"],
"buildPath": "build/",
"buildPath": "dist/",
"files": [{

@@ -27,0 +27,0 @@ "destination": "exports.js",

{
"name": "@nulogy/tokens",
"version": "0.2.3",
"version": "0.4.0",
"description": "Design tokens for the Nulogy Design System - http://nulogy.design",

@@ -15,6 +15,7 @@ "repository": "https://github.com/nulogy/design-system.git",

},
"main": "build/exports.js",
"main": "dist/exports.js",
"devDependencies": {
"style-dictionary": "^2.6.2"
}
},
"gitHead": "b5d4792e39f9ffa2aa28b4a920ffa2c36688591f"
}

@@ -19,4 +19,4 @@ # @nulogy/tokens

### In Sass
`@import '/node_modules/@nulogy/tokens/build/variables.scss';`
`@import '/node_modules/@nulogy/tokens/dist/variables.scss';`
`.blue-thing {color: $color_base_blue}`
{
"font": {
"family": {
"base" : { "value": "'IBM Plex Sans', sans" },
"base" : { "value": "'IBM Plex Sans', sans-serif" },
"mono" : { "value": "'IBM Plex Mono', monospace" }

@@ -6,0 +6,0 @@ }

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