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

@flock/black-sun

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flock/black-sun - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

build/infima/custom.css

5

build/js/colors.js

@@ -5,2 +5,7 @@ /**

export const Black = "#221f1f";
export const ContentDefault = "#221f1f";
export const ContentInverse = "color-mix(in srgb, #221f1f 20%, #221f1f 0%)";
export const PrimaryDefault = "#fcde00";
export const SecondaryDefault = "#23e5bd";
export const Blue = "#23e5bd";

@@ -7,0 +12,0 @@ export const Gray100 = "color-mix(in srgb, #d5dae1 20%, #d5dae1 0%)";

12

package.json
{
"name": "@flock/black-sun",
"version": "0.1.0",
"version": "0.2.0",
"description": "the design system of Flock.",
"type": "module",
"main": "./build/js/colors.js",
"module": "./build/js/colors.js",
"exports": {
".": {
"default": "./build/js/colors.js"
}
},
"files": [

@@ -47,3 +50,6 @@ "build"

"node": ">=20"
},
"publishConfig": {
"access": "public"
}
}
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