New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@apollo/brand

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo/brand - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

6

CHANGELOG.md
# @apollo/brand
## 0.2.4
### Patch Changes
- e25d6b2: New token bg-notice
## 0.2.3

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

4

dist/colors/tokens.d.ts

@@ -166,2 +166,6 @@ type Token = {

};
notice: {
base: string;
dark: string;
};
beta: {

@@ -168,0 +172,0 @@ base: string;

@@ -169,2 +169,6 @@ "use strict";

},
notice: {
base: primitives_1.blue[400],
dark: primitives_1.blue[200]
},
beta: {

@@ -171,0 +175,0 @@ base: primitives_1.purple[100],

2

package.json
{
"name": "@apollo/brand",
"version": "0.2.3",
"version": "0.2.4",
"license": "UNLICENSED",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -190,2 +190,6 @@ import {

},
notice: {
base: blue[400],
dark: blue[200]
},
beta: {

@@ -192,0 +196,0 @@ base: purple[100],

Sorry, the diff of this file is not supported yet

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