Comparing version 0.0.4 to 0.0.5
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('d3-selection')) : | ||
typeof define === 'function' && define.amd ? define(['exports', 'd3-selection'], factory) : | ||
(factory((global.d3 = {}),global.d3)); | ||
(factory((global.d3 = global.d3 || {}),global.d3)); | ||
}(this, (function (exports,d3Selection) { 'use strict'; | ||
@@ -6,0 +6,0 @@ |
@@ -1,1 +0,1 @@ | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("d3-selection")):"function"==typeof define&&define.amd?define(["exports","d3-selection"],e):e(t.d3={},t.d3)}(this,function(t,e){"use strict";var n=e.local(),i=function(t){return function(e){e.property(n,t)}},r=function(t,e,n){function i(){var i=t.getState();i!=r&&(r=i,e.apply(null,n))}var r=t.getState();t.subscribe(i)},o=function(t){return function(e){var i=[e].concat([].slice.call(arguments,1)),o=[];e.each(function(){var t=n.get(this);o.indexOf(t)<0&&o.push(t)});for(var u=0;u<o.length;u++)r(o[u],t,i);t.apply(null,i)}},u=function(t){return function(){var e=n.get(this);return t.call(this,e.getState())}},c=function(t){return function(e,i,r){var o=t.call(this,e,i,r);if(o){n.get(this).dispatch(o)}}};t.reduxProvide=i,t.reduxConnect=o,t.reduxFromState=u,t.reduxDispatch=c,Object.defineProperty(t,"__esModule",{value:!0})}); | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("d3-selection")):"function"==typeof define&&define.amd?define(["exports","d3-selection"],e):e(t.d3=t.d3||{},t.d3)}(this,function(t,e){"use strict";var n=e.local(),i=function(t){return function(e){e.property(n,t)}},r=function(t,e,n){function i(){var i=t.getState();i!=r&&(r=i,e.apply(null,n))}var r=t.getState();t.subscribe(i)},o=function(t){return function(e){var i=[e].concat([].slice.call(arguments,1)),o=[];e.each(function(){var t=n.get(this);o.indexOf(t)<0&&o.push(t)});for(var u=0;u<o.length;u++)r(o[u],t,i);t.apply(null,i)}},u=function(t){return function(){var e=n.get(this);return t.call(this,e.getState())}},c=function(t){return function(e,i,r){var o=t.call(this,e,i,r);if(o){n.get(this).dispatch(o)}}};t.reduxProvide=i,t.reduxConnect=o,t.reduxFromState=u,t.reduxDispatch=c,Object.defineProperty(t,"__esModule",{value:!0})}); |
{ | ||
"name": "d3-redux", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "D3.js bindings for Redux", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -10,2 +10,3 @@ export default { | ||
name: "d3", | ||
extend: true, | ||
globals: { | ||
@@ -12,0 +13,0 @@ "d3-selection": "d3" |
@@ -15,2 +15,3 @@ import istanbul from 'rollup-plugin-istanbul'; | ||
name: "d3", | ||
extend: true, | ||
globals: { | ||
@@ -17,0 +18,0 @@ "d3-selection": "d3" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
103901
21
155
1