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

@vitality-ds/system

Package Overview
Dependencies
Maintainers
3
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitality-ds/system - npm Package Compare versions

Comparing version 0.3.8-alpha.0 to 0.4.1-alpha.0

2

dist/esm/stitches.config.js

@@ -46,3 +46,3 @@ import _extends from "@babel/runtime/helpers/extends";

y = offset.y;
output.push("".concat(px(x), " ").concat(px(y), " ").concat(px(radius), " ").concat(px(spread), " rgba(").concat(r, ", ").concat(g, ", ").concat(b, ", ").concat(a, ")"));
output.push("".concat(px(x), " ").concat(px(y), " ").concat(px(radius), " ").concat(px(spread), " rgba(").concat(Math.round(r * 255), ", ").concat(Math.round(g * 255), ", ").concat(Math.round(b * 255), ", ").concat(a, ")"));
});

@@ -49,0 +49,0 @@ return output.join(", ");

@@ -53,3 +53,3 @@ "use strict";

y = offset.y;
output.push("".concat(px(x), " ").concat(px(y), " ").concat(px(radius), " ").concat(px(spread), " rgba(").concat(r, ", ").concat(g, ", ").concat(b, ", ").concat(a, ")"));
output.push("".concat(px(x), " ").concat(px(y), " ").concat(px(radius), " ").concat(px(spread), " rgba(").concat(Math.round(r * 255), ", ").concat(Math.round(g * 255), ", ").concat(Math.round(b * 255), ", ").concat(a, ")"));
});

@@ -56,0 +56,0 @@ return output.join(", ");

{
"name": "@vitality-ds/system",
"displayName": "system",
"version": "0.3.8-alpha.0",
"version": "0.4.1-alpha.0",
"description": "The backbone of the design system",

@@ -28,3 +28,3 @@ "repository": "https://gitlab.geniesolutions.com.au/design-system-cop/vitality",

"@types/react": "^17.0.47",
"@vitality-ds/tokens": "^0.3.8-alpha.0"
"@vitality-ds/tokens": "^0.4.1-alpha.0"
},

@@ -56,3 +56,3 @@ "peerDependencies": {

},
"gitHead": "6aa8e3f7a269e276cb0604ee3101ab7e09458a45"
"gitHead": "59952261dadc4ebebb9591ff383263fe6b35db6b"
}

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