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

@cobalt-ui/core

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cobalt-ui/core - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

6

CHANGELOG.md
# @cobalt-ui/core
## 1.1.2
### Patch Changes
- [#43](https://github.com/drwpow/cobalt-ui/pull/43) [`8bf696d`](https://github.com/drwpow/cobalt-ui/commit/8bf696d045269ba552424a0221347413a9272cc5) Thanks [@drwpow](https://github.com/drwpow)! - Fix @cobalt-ui/core package import
## 1.1.1

@@ -4,0 +10,0 @@

5

package.json
{
"name": "@cobalt-ui/core",
"description": "CLI for using the W3C design token format",
"version": "1.1.1",
"version": "1.1.2",
"author": {

@@ -28,4 +28,3 @@ "name": "Drew Powers",

"type": "module",
"main": "./dist/index.min.js",
"module": "./dist/index.js",
"main": "./dist/index.js",
"dependencies": {

@@ -32,0 +31,0 @@ "@cobalt-ui/utils": "^1.1.0",

13

README.md
# @cobalt-ui/core
Parse a `tokens.json` schema, validate it for errors, and return tokens as a
normalized, flattened array.
Node.js API for managing [W3C Design Token format](https://www.w3.org/community/design-tokens/) design systems.
Use `@cobalt-ui/core` in the browser or in Node.js.
For the CLI, use `@cobalt-ui/cli`.
For building tokens and syncing with Figma, use `@cobalt-ui/cli`.
## Install

@@ -26,5 +23,5 @@

color: {
red: {type: 'color', value: '#e34850'},
green: {type: 'color', value: '#2d9d78'},
blue: {type: 'color', value: '#2680eb'},
red: {$type: 'color', $value: '#e34850'},
green: {$type: 'color', $value: '#2d9d78'},
blue: {$type: 'color', $value: '#2680eb'},
},

@@ -31,0 +28,0 @@ };

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