🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@cloudflare/style-const

Package Overview
Dependencies
Maintainers
37
Versions
407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/style-const - npm Package Compare versions

Comparing version

to
5.11.0

2

es/colors/dark.js

@@ -11,3 +11,3 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }

import colorsV2 from './darkScalesV2';
var background = colorsV1.gray[9];
var background = '#0a0a0a';
var text = colorsV2.gray[0];

@@ -14,0 +14,0 @@ export default _objectSpread(_objectSpread({}, colorsV1), {}, {

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

var background = _darkScalesV.default.gray[9];
var background = '#0a0a0a';
var text = _darkScalesV2.default.gray[0];

@@ -23,0 +23,0 @@

{
"name": "@cloudflare/style-const",
"description": "Cloudflare Style Constants",
"version": "5.10.1",
"version": "5.11.0",
"main": "lib/index.js",

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

Sorry, the diff of this file is too big to display