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

@lightspeed/cirrus-tokens

Package Overview
Dependencies
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightspeed/cirrus-tokens - npm Package Compare versions

Comparing version 2.3.2 to 2.4.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="2.4.0"></a>
# [2.4.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-tokens@2.3.2...@lightspeed/cirrus-tokens@2.4.0) (2018-02-09)
### Features
* add flag component ([#351](https://github.com/lightspeedretail/cirrus/issues/351)) ([9ce1fdb](https://github.com/lightspeedretail/cirrus/commit/9ce1fdb)), closes [#276](https://github.com/lightspeedretail/cirrus/issues/276)
<a name="2.3.2"></a>

@@ -8,0 +19,0 @@ ## [2.3.2](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-tokens@2.3.0...@lightspeed/cirrus-tokens@2.3.2) (2018-01-08)

2

package.json
{
"name": "@lightspeed/cirrus-tokens",
"version": "2.3.2",
"version": "2.4.0",
"description": "Cirrus's Foundation",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,4 +7,7 @@ const pxToRem = (value, { base = 16, decimals = 5 } = {}) => {

const cssUnitFromSize = size => size.replace(/.+?([^\d]+$)/, '$1');
module.exports = {
pxToRem,
cssUnitFromSize,
};
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