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
22
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.4.0 to 0.5.0-alpha.1

22

dist/foundations.esm.js

@@ -48,3 +48,2 @@ var fontSizes = [12, 15, 17, 20, 24, 28, 34, 42, 50, 70];

grays: ["#121212", //neutral-7
"#1a1a1a", //neutral-10
"#333333", //neutral-20

@@ -57,3 +56,4 @@ "#767676", //neutral-46

"#ffffff", //neutral-100
"#3F464A"]
"#3F464A", //special-report
"#1A1A1A"]
};

@@ -99,11 +99,11 @@ var space = [3, 6, 12, 18, 24, 36, 48, 96];

7: colors.grays[0],
10: colors.grays[1],
20: colors.grays[2],
46: colors.grays[3],
60: colors.grays[4],
86: colors.grays[5],
93: colors.grays[6],
97: colors.grays[7],
100: colors.grays[8],
specialReport: colors.grays[9]
20: colors.grays[1],
46: colors.grays[2],
60: colors.grays[3],
86: colors.grays[4],
93: colors.grays[5],
97: colors.grays[6],
100: colors.grays[7],
specialReport: colors.grays[8],
darkMode: colors.grays[9]
},

@@ -110,0 +110,0 @@ error: {

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

grays: ["#121212", //neutral-7
"#1a1a1a", //neutral-10
"#333333", //neutral-20

@@ -61,3 +60,4 @@ "#767676", //neutral-46

"#ffffff", //neutral-100
"#3F464A"]
"#3F464A", //special-report
"#1A1A1A"]
};

@@ -103,11 +103,11 @@ var space = [3, 6, 12, 18, 24, 36, 48, 96];

7: colors.grays[0],
10: colors.grays[1],
20: colors.grays[2],
46: colors.grays[3],
60: colors.grays[4],
86: colors.grays[5],
93: colors.grays[6],
97: colors.grays[7],
100: colors.grays[8],
specialReport: colors.grays[9]
20: colors.grays[1],
46: colors.grays[2],
60: colors.grays[3],
86: colors.grays[4],
93: colors.grays[5],
97: colors.grays[6],
100: colors.grays[7],
specialReport: colors.grays[8],
darkMode: colors.grays[9]
},

@@ -114,0 +114,0 @@ error: {

{
"name": "@guardian/src-foundations",
"version": "0.4.0",
"version": "0.5.0-alpha.1",
"main": "dist/foundations.js",

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

@@ -17,11 +17,11 @@ import { colors } from "./theme"

7: colors.grays[0],
10: colors.grays[1],
20: colors.grays[2],
46: colors.grays[3],
60: colors.grays[4],
86: colors.grays[5],
93: colors.grays[6],
97: colors.grays[7],
100: colors.grays[8],
specialReport: colors.grays[9],
20: colors.grays[1],
46: colors.grays[2],
60: colors.grays[3],
86: colors.grays[4],
93: colors.grays[5],
97: colors.grays[6],
100: colors.grays[7],
specialReport: colors.grays[8],
darkMode: colors.grays[9],
},

@@ -28,0 +28,0 @@ error: {

@@ -70,3 +70,2 @@ const fontSizes = [12, 15, 17, 20, 24, 28, 34, 42, 50, 70]

"#121212", //neutral-7
"#1a1a1a", //neutral-10
"#333333", //neutral-20

@@ -80,2 +79,3 @@ "#767676", //neutral-46

"#3F464A", //special-report
"#1A1A1A", //dark-mode-background
],

@@ -82,0 +82,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