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

@govuk-react/input-field

Package Overview
Dependencies
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@govuk-react/input-field - npm Package Compare versions

Comparing version 0.10.6 to 0.10.7

2

dist/govuk-react-input-field.cjs.d.ts
export * from "./declarations/src/index";
export { default } from "./declarations/src/index";
//# sourceMappingURL=govuk-react-input-field.cjs.d.ts.map
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ292dWstcmVhY3QtaW5wdXQtZmllbGQuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9

@@ -63,6 +63,6 @@ 'use strict';

let {
meta,
meta = {},
children,
hint,
input,
input = {},
...props

@@ -76,7 +76,2 @@ } = _ref;

};
InputField.defaultProps = {
hint: undefined,
input: {},
meta: {}
};
InputField.displayName = 'InputField';

@@ -83,0 +78,0 @@

@@ -63,6 +63,6 @@ 'use strict';

let {
meta,
meta = {},
children,
hint,
input,
input = {},
...props

@@ -76,7 +76,2 @@ } = _ref;

};
InputField.defaultProps = {
hint: undefined,
input: {},
meta: {}
};
InputField.displayName = 'InputField';

@@ -83,0 +78,0 @@

@@ -32,6 +32,6 @@ import * as React from 'react';

let {
meta,
meta = {},
children,
hint,
input,
input = {},
...props

@@ -45,9 +45,4 @@ } = _ref;

};
InputField.defaultProps = {
hint: undefined,
input: {},
meta: {}
};
InputField.displayName = 'InputField';
export { InputField, InputField as default };
{
"name": "@govuk-react/input-field",
"version": "0.10.6",
"version": "0.10.7",
"dependencies": {
"@govuk-react/constants": "^0.10.6",
"@govuk-react/error-text": "^0.10.6",
"@govuk-react/hint-text": "^0.10.6",
"@govuk-react/input": "^0.10.6",
"@govuk-react/label": "^0.10.6",
"@govuk-react/label-text": "^0.10.6"
"@govuk-react/constants": "^0.10.7",
"@govuk-react/error-text": "^0.10.7",
"@govuk-react/hint-text": "^0.10.7",
"@govuk-react/input": "^0.10.7",
"@govuk-react/label": "^0.10.7",
"@govuk-react/label-text": "^0.10.7"
},

@@ -12,0 +12,0 @@ "peerDependencies": {

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