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

@cimpress/react-components

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cimpress/react-components - npm Package Compare versions

Comparing version

to
0.8.7

@@ -23,2 +23,6 @@ 'use strict';

var _lodash = require('lodash.debounce');
var _lodash2 = _interopRequireDefault(_lodash);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -46,2 +50,3 @@

_this.handleChange = _this.handleChange.bind(_this);
_this.debouncedChange = (0, _lodash2.default)(_this.debouncedChange.bind(_this), 200);
return _this;

@@ -73,2 +78,8 @@ }

value: function handleChange(e) {
e.persist();
this.debouncedChange(e);
}
}, {
key: 'debouncedChange',
value: function debouncedChange(e) {
this.props.onChange && this.props.onChange(e);

@@ -75,0 +86,0 @@ }

{
"name": "@cimpress/react-components",
"version": "0.8.6",
"version": "0.8.7",
"description": "React components to support the MCP styleguide",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet