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

@vx/responsive

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/responsive - npm Package Compare versions

Comparing version 0.0.115 to 0.0.120

build/components/ResponsiveSVG.js

6

build/enhancers/withParentSize.js

@@ -17,5 +17,5 @@ 'use strict';

var _lodash = require('lodash.debounce');
var _debounce = require('lodash/debounce');
var _lodash2 = _interopRequireDefault(_lodash);
var _debounce2 = _interopRequireDefault(_debounce);

@@ -44,3 +44,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

_this.handleResize = (0, _lodash2.default)(_this.resize.bind(_this), props.windowResizeDebounceTime).bind(_this);
_this.handleResize = (0, _debounce2.default)(_this.resize.bind(_this), props.windowResizeDebounceTime).bind(_this);
return _this;

@@ -47,0 +47,0 @@ }

@@ -17,5 +17,5 @@ 'use strict';

var _lodash = require('lodash.debounce');
var _debounce = require('lodash/debounce');
var _lodash2 = _interopRequireDefault(_lodash);
var _debounce2 = _interopRequireDefault(_debounce);

@@ -44,3 +44,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

_this.handleResize = (0, _lodash2.default)(_this.resize.bind(_this), props.windowResizeDebounceTime).bind(_this);
_this.handleResize = (0, _debounce2.default)(_this.resize.bind(_this), props.windowResizeDebounceTime).bind(_this);
return _this;

@@ -47,0 +47,0 @@ }

{
"name": "@vx/responsive",
"version": "0.0.115",
"version": "0.0.120",
"description": "vx responsive svg",

@@ -35,2 +35,3 @@ "main": "build/index.js",

"jest": "^20.0.3",
"react": "^15.0.0 || 15.x",
"react-addons-test-utils": "^15.5.1",

@@ -42,5 +43,7 @@ "react-fatigue-dev": "github:tj/react-fatigue-dev",

"dependencies": {
"lodash.debounce": "^4.0.8",
"react": "^15.4.2"
"lodash": "^4.0.8"
},
"peerDependencies": {
"react": "^15.0.0 || 15.x"
},
"publishConfig": {

@@ -47,0 +50,0 @@ "access": "public"

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