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

@tokens-studio/sd-transforms

Package Overview
Dependencies
Maintainers
5
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tokens-studio/sd-transforms - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

dist/utils/percentageToDecimal.js
export function percentageToDecimal(value) {
if (!`${value}`.endsWith('%')) {
return `${value}`;
return value;
}

@@ -5,0 +5,0 @@ const percentValue = `${value}`.slice(0, -1);

{
"name": "@tokens-studio/sd-transforms",
"version": "1.2.3",
"version": "1.2.4",
"description": "Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio",

@@ -62,3 +62,3 @@ "license": "MIT",

"husky": "^8.0.0",
"lint-staged": "^13.1.0",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",

@@ -65,0 +65,0 @@ "prettier": "^3.3.2",

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