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

@govuk-react/search-box

Package Overview
Dependencies
Maintainers
5
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@govuk-react/search-box - npm Package Compare versions

Comparing version 0.2.7 to 0.2.12

3

es/index.js

@@ -102,5 +102,2 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }

};
SearchBox.propTypes = process.env.NODE_ENV !== "production" ? {
placeholder: PropTypes.string
} : {};
export default withWhiteSpace({

@@ -107,0 +104,0 @@ marginBottom: 0

@@ -115,5 +115,2 @@ "use strict";

};
SearchBox.propTypes = process.env.NODE_ENV !== "production" ? {
placeholder: _propTypes.default.string
} : {};

@@ -120,0 +117,0 @@ var _default = (0, _hoc.withWhiteSpace)({

6

package.json
{
"name": "@govuk-react/search-box",
"version": "0.2.7",
"version": "0.2.12",
"dependencies": {

@@ -26,4 +26,4 @@ "@govuk-react/constants": "^0.2.7",

"license": "MIT",
"homepage": "https://github.com/UKHomeOffice/govuk-react#readme",
"description": "govuk-react: A port of the govuk-frontend components for React using Emotion.",
"homepage": "https://github.com/UKHomeOffice/govuk-react/tree/master/components/search-box",
"description": "Styled input and button, also accepting placeholder text.",
"private": false,

@@ -30,0 +30,0 @@ "publishConfig": {

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