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

@govuk-react/icons

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@govuk-react/icons - npm Package Compare versions

Comparing version 0.2.4 to 0.2.6

3

es/SVGBase/index.js

@@ -26,3 +26,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

SVG.propTypes = process.env.NODE_ENV !== "production" ? {
children: PropTypes.node.isRequired,
children: PropTypes.node,
title: PropTypes.string,

@@ -32,2 +32,3 @@ fill: PropTypes.string

SVG.defaultProps = {
children: undefined,
title: undefined,

@@ -34,0 +35,0 @@ fill: 'currentColor'

@@ -34,3 +34,3 @@ "use strict";

SVG.propTypes = process.env.NODE_ENV !== "production" ? {
children: _propTypes.default.node.isRequired,
children: _propTypes.default.node,
title: _propTypes.default.string,

@@ -40,2 +40,3 @@ fill: _propTypes.default.string

SVG.defaultProps = {
children: undefined,
title: undefined,

@@ -42,0 +43,0 @@ fill: 'currentColor'

{
"name": "@govuk-react/icons",
"version": "0.2.4",
"version": "0.2.6",
"dependencies": {

@@ -5,0 +5,0 @@ "@govuk-react/constants": "^0.2.2",

@@ -21,3 +21,3 @@ import React from 'react';

SVG.propTypes = {
children: PropTypes.node.isRequired,
children: PropTypes.node,
title: PropTypes.string,

@@ -28,2 +28,3 @@ fill: PropTypes.string,

SVG.defaultProps = {
children: undefined,
title: undefined,

@@ -30,0 +31,0 @@ fill: 'currentColor',

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