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
3
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.1.2 to 2.1.3

8

CHANGELOG.md

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

<a name="2.1.3"></a>
## [2.1.3](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-tokens@2.1.2...@lightspeed/cirrus-tokens@2.1.3) (2017-10-25)
**Note:** Version bump only for package @lightspeed/cirrus-tokens
<a name="2.1.2"></a>

@@ -8,0 +16,0 @@ ## [2.1.2](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-tokens@2.1.1...@lightspeed/cirrus-tokens@2.1.2) (2017-10-02)

2

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

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

@@ -65,3 +65,3 @@ const fs = require('fs');

function generateSpacing() {
const multipliers = tokens.spacing.multipliers;
const { multipliers } = tokens.spacing;
const scale = Object.keys(tokens.spacing.scale);

@@ -68,0 +68,0 @@ const types = ['margin', 'padding'];

@@ -8,3 +8,3 @@ const { parseToRgb } = require('polished');

const outerValues = [{ y: 1, blur: 2 }, { y: 2, blur: 4 }, { y: 3, blur: 6 }, { y: 6, blur: 12 }, { y: 12, blur: 24 }];
const outer = outerValues.reduce((obj, { x, y, spread, blur }, index) => {
const outer = outerValues.reduce((obj, { y, blur }, index) => {
const scale = index + 1;

@@ -17,3 +17,3 @@ // eslint-disable-next-line no-param-reassign

const innerValues = [{ y: 1, blur: 3 }, { y: 0, blur: 6 }];
const inner = innerValues.reduce((obj, { x, y, spread, blur }, index) => {
const inner = innerValues.reduce((obj, { y, blur }, index) => {
const scale = index + 1;

@@ -26,3 +26,3 @@ // eslint-disable-next-line no-param-reassign

const innerNValues = [{ y: -1, blur: 3 }];
const innerN = innerNValues.reduce((obj, { x, y, spread, blur }, index) => {
const innerN = innerNValues.reduce((obj, { y, blur }, index) => {
const scale = index + 1;

@@ -29,0 +29,0 @@ // eslint-disable-next-line no-param-reassign

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