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

d3-redux

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3-redux - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

.nyc_output/3578664911338a3d395224a96d9e09a5.json

2

build/d3-redux.js
(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"

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