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

@govuk-react/lib

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@govuk-react/lib - npm Package Compare versions

Comparing version 0.6.0-alpha.0 to 0.6.0-alpha.1

es/shape/index.js

2

es/index.js
import * as _link from './link';
export { _link as link };
import * as _shape from './shape';
export { _shape as shape };
import * as _spacing from './spacing';

@@ -4,0 +6,0 @@ export { _spacing as spacing };

"use strict";
exports.__esModule = true;
exports.typography = exports.spacing = exports.link = void 0;
exports.typography = exports.spacing = exports.shape = exports.link = void 0;

@@ -10,2 +10,6 @@ var _link = _interopRequireWildcard(require("./link"));

var _shape = _interopRequireWildcard(require("./shape"));
exports.shape = _shape;
var _spacing = _interopRequireWildcard(require("./spacing"));

@@ -12,0 +16,0 @@

4

package.json
{
"name": "@govuk-react/lib",
"version": "0.6.0-alpha.0",
"version": "0.6.0-alpha.1",
"dependencies": {
"@govuk-react/constants": "^0.6.0-alpha.0",
"@govuk-react/constants": "^0.6.0-alpha.1",
"govuk-colours": "^1.0.3"

@@ -7,0 +7,0 @@ },

export * as link from './link';
export * as shape from './shape';
export * as spacing from './spacing';
export * as typography from './typography';

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