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

cf-style-const

Package Overview
Dependencies
Maintainers
18
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-style-const - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

es/variables.js

@@ -98,3 +98,5 @@ import { lighten, darken } from 'polished';

colorFacebookBlue: '#3b5998',
colorMainBackground: '#e6e6e6'
colorMainBackground: '#e6e6e6',
zIndexMax: 1000,
modalBoxShadow: '0 0 0 9999px rgba(0, 0, 0, .7)'
};

@@ -104,3 +104,5 @@ 'use strict';

colorFacebookBlue: '#3b5998',
colorMainBackground: '#e6e6e6'
colorMainBackground: '#e6e6e6',
zIndexMax: 1000,
modalBoxShadow: '0 0 0 9999px rgba(0, 0, 0, .7)'
};
{
"name": "cf-style-const",
"description": "Cloudflare Style Constants",
"version": "1.3.1",
"version": "1.3.2",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "module": "es/index.js",

@@ -98,3 +98,5 @@ import { lighten, darken } from 'polished';

colorFacebookBlue: '#3b5998',
colorMainBackground: '#e6e6e6'
colorMainBackground: '#e6e6e6',
zIndexMax: 1000,
modalBoxShadow: '0 0 0 9999px rgba(0, 0, 0, .7)'
};
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