Socket
Socket
Sign inDemoInstall

mapd3

Package Overview
Dependencies
3
Maintainers
6
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.15.0 to 0.15.1

2

package.json
{
"name": "mapd3",
"version": "0.15.0",
"version": "0.15.1",
"description": "A fast chart library for the fastest DB",

@@ -5,0 +5,0 @@ "main": "dist/mapd3.js",

@@ -453,3 +453,5 @@ import * as d3 from "./helpers/d3-service"

function destroy () {
cache.root.on(".", null).remove()
if (cache.root) {
cache.root.on(".", null).remove()
}
}

@@ -456,0 +458,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc