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.0.2 to 0.0.3

6

CHANGELOG.md
# @apollo/brand
## 0.0.3
### Patch Changes
- e3e6c42: export text style type
## 0.0.2

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

2

dist/index.d.ts
export * as colors from "./colors";
export { typography } from "./typography";
export * from "./typography";
export * as colors from "./colors";
export { typography } from "./typography";
export * from "./typography";
//# sourceMappingURL=index.js.map

@@ -57,1 +57,7 @@ export declare const typography: {

};
export type TextStyle = {
fontSize: number;
lineHeight: number;
fontFamily: "Aeonik" | "Inter" | "Fira Code";
fontWeight: number;
};
{
"name": "@apollo/brand",
"version": "0.0.2",
"version": "0.0.3",
"license": "UNLICENSED",

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

export * as colors from "./colors";
export { typography } from "./typography";
export * from "./typography";

@@ -60,3 +60,3 @@ // TODO: ask ana about responsive text sizes

type TextStyle = {
export type TextStyle = {
fontSize: number;

@@ -63,0 +63,0 @@ lineHeight: number;

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