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

d3-tip

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3-tip - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

2

dist/index.js

@@ -292,3 +292,3 @@ (function (global, factory) {

while (targetel.getScreenCTM == null && targetel.parentNode == null) {
while (targetel.getScreenCTM == null && targetel.parentNode != null) {
targetel = targetel.parentNode;

@@ -295,0 +295,0 @@ }

@@ -289,3 +289,3 @@ /**

while (targetel.getScreenCTM == null && targetel.parentNode == null) {
while (targetel.getScreenCTM == null && targetel.parentNode != null) {
targetel = targetel.parentNode

@@ -292,0 +292,0 @@ }

{
"name": "d3-tip",
"version": "0.9.0",
"version": "0.9.1",
"description": "Tooltips for d3 svg visualizations",
"keywords": [
"d3",
"tooltip"
],
"keywords": ["d3", "tooltip"],
"homepage": "https://github.com/Caged/d3-tip",

@@ -13,8 +10,6 @@ "bugs": {

},
"files": [
"dist/",
"index.js"
],
"files": ["dist/", "index.js"],
"license": "MIT",
"author": "Justin Palmer <justin@labratrevenge.com> (http://labratrevenge.com/d3-tip)",
"author":
"Justin Palmer <justin@labratrevenge.com> (http://labratrevenge.com/d3-tip)",
"main": "dist/index.js",

@@ -32,3 +27,4 @@ "module": "index.js",

"scripts": {
"circle:lint": "npm run -s lint --ignore-path .gitignore -- --max-warnings 0 -f junit -o $CIRCLE_TEST_REPORTS/eslint/junit.xml",
"circle:lint":
"npm run -s lint -- --max-warnings 0 -f junit -o $CIRCLE_TEST_REPORTS/eslint/junit.xml",
"lint": "eslint . --ignore-path .gitignore",

@@ -35,0 +31,0 @@ "test": "echo \"Error: no test specified\" && exit 1",

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