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

@govuk-react/text-area

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/text-area - npm Package Compare versions

Comparing version 0.10.6 to 0.10.7

2

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

@@ -97,4 +97,4 @@ 'use strict';

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

@@ -109,7 +109,2 @@ } = _ref2;

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

@@ -116,0 +111,0 @@

@@ -97,4 +97,4 @@ 'use strict';

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

@@ -109,7 +109,2 @@ } = _ref2;

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

@@ -116,0 +111,0 @@

@@ -66,4 +66,4 @@ import * as React from 'react';

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

@@ -78,9 +78,4 @@ } = _ref2;

};
TextArea.defaultProps = {
hint: undefined,
input: {},
meta: {}
};
TextArea.displayName = 'TextArea';
export { TextArea, TextAreaField, TextArea as default };
{
"name": "@govuk-react/text-area",
"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/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/label": "^0.10.7",
"@govuk-react/label-text": "^0.10.7",
"govuk-colours": "^1.1.0"

@@ -11,0 +11,0 @@ },

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