Socket
Socket
Sign inDemoInstall

d3-brush

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3-brush - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

index.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(factory((global.d3_brush = global.d3_brush || {}, global.d3_transition)));
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('d3-transition')) :
typeof define === 'function' && define.amd ? define(['exports', 'd3-transition'], factory) :
(factory(global.d3_brush = {}, global.d3_transition));
}(this, function (exports, d3Transition) { 'use strict';
var d3Brush = exports;

@@ -8,0 +7,0 @@ var transition = d3Transition.transition;

{
"name": "d3-brush",
"version": "0.0.2",
"version": "0.0.3",
"description": "NPM version of Switchery",

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

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