Comparing version 0.9.0 to 0.9.1
@@ -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", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
21034