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

@cloudflare/style-const

Package Overview
Dependencies
Maintainers
33
Versions
402
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 5.7.0 to 5.7.1

4

es/colors/dark.js

@@ -86,4 +86,4 @@ 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; }

focus: {
text,
background
text: colorsV2.blue[3],
background: colorsV2.blue[9]
}

@@ -90,0 +90,0 @@ },

@@ -96,4 +96,4 @@ "use strict";

focus: {
text: text,
background: background
text: _darkScalesV2.default.blue[3],
background: _darkScalesV2.default.blue[9]
}

@@ -100,0 +100,0 @@ },

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

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

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

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