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

@guardian/src-foundations

Package Overview
Dependencies
Maintainers
28
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guardian/src-foundations - npm Package Compare versions

Comparing version 0.18.0-rc.0 to 0.18.0-rc.1

1

foundations.esm.js

@@ -241,2 +241,3 @@ // The theme file is based on the specification at https://system-ui.com/theme

primary: neutral[100],
secondary: neutral[97],
inverse: neutral[10],

@@ -243,0 +244,0 @@ ctaPrimary: brand[400],

@@ -245,2 +245,3 @@ 'use strict';

primary: neutral[100],
secondary: neutral[97],
inverse: neutral[10],

@@ -247,0 +248,0 @@ ctaPrimary: brand[400],

@@ -9,2 +9,3 @@ export * from "./animation";

primary: string;
secondary: string;
inverse: string;

@@ -11,0 +12,0 @@ ctaPrimary: string;

2

package.json
{
"name": "@guardian/src-foundations",
"version": "0.18.0-rc.0",
"version": "0.18.0-rc.1",
"main": "foundations.js",

@@ -5,0 +5,0 @@ "module": "foundations.esm.js",

export declare const background: {
primary: string;
secondary: string;
inverse: string;

@@ -4,0 +5,0 @@ ctaPrimary: string;

@@ -220,2 +220,3 @@ 'use strict';

primary: neutral[100],
secondary: neutral[97],
inverse: neutral[10],

@@ -222,0 +223,0 @@ ctaPrimary: brand[400],

@@ -216,2 +216,3 @@ // The theme file is based on the specification at https://system-ui.com/theme

primary: neutral[100],
secondary: neutral[97],
inverse: neutral[10],

@@ -218,0 +219,0 @@ ctaPrimary: brand[400],

@@ -5,2 +5,3 @@ import { neutral, brand } from "../global"

primary: neutral[100],
secondary: neutral[97],
inverse: neutral[10],

@@ -7,0 +8,0 @@ ctaPrimary: brand[400],

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