Socket
Socket
Sign inDemoInstall

d3-selection

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3-selection - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

dist/d3-selection.js

4

package.json
{
"name": "d3-selection",
"version": "0.4.1",
"version": "0.4.2",
"description": "Data-driven DOM manipulation.",
"main": "d3-selection",
"main": "dist/d3-selection",
"repository": {

@@ -7,0 +7,0 @@ "type": "git",

@@ -14,3 +14,3 @@ var tape = require("tape"),

delete global.d3;
requirejs([path.join(__dirname, "../d3-selection")], function(d3) {
requirejs([path.join(__dirname, "../dist/d3-selection")], function(d3) {
test.equal(typeof d3.select, "function");

@@ -24,3 +24,3 @@ test.end();

delete global.d3;
requirejs([path.join(__dirname, "../d3-selection.min")], function(d3) {
requirejs([path.join(__dirname, "../dist/d3-selection.min")], function(d3) {
test.equal(typeof d3.select, "function");

@@ -27,0 +27,0 @@ test.end();

Sorry, the diff of this file is not supported yet

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