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

@govuk-react/constants

Package Overview
Dependencies
Maintainers
5
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@govuk-react/constants - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

3

es/index.js

@@ -31,3 +31,4 @@ export * from './spacing';

SCALE_6: '60px'
};
}; // TODO: figure out how to optionally include locally installed font, e.g. "GDS Transport Website"
export var NTA_LIGHT = '"nta", Arial, sans-serif';

@@ -34,0 +35,0 @@ export var NTA_LIGHT_TABULAR = "ntatabularnumbers\", " + NTA_LIGHT;

@@ -89,3 +89,4 @@ "use strict";

SCALE_6: '60px'
};
}; // TODO: figure out how to optionally include locally installed font, e.g. "GDS Transport Website"
exports.SPACING = SPACING;

@@ -92,0 +93,0 @@ var NTA_LIGHT = '"nta", Arial, sans-serif';

{
"name": "@govuk-react/constants",
"version": "0.2.0",
"version": "0.2.1",
"dependencies": {

@@ -5,0 +5,0 @@ "govuk-colours": "^1.0.3"

@@ -36,2 +36,3 @@ export * from './spacing';

// TODO: figure out how to optionally include locally installed font, e.g. "GDS Transport Website"
export const NTA_LIGHT = '"nta", Arial, sans-serif';

@@ -38,0 +39,0 @@ export const NTA_LIGHT_TABULAR = `ntatabularnumbers", ${NTA_LIGHT}`;

Sorry, the diff of this file is not supported yet

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