@flourish/legend
Advanced tools
Comparing version 6.5.1 to 6.5.2
{ | ||
"extends": "../../.eslintrc" | ||
"extends": "../../.eslintrc.cjs" | ||
} |
{ | ||
"name": "@flourish/legend", | ||
"version": "6.5.1", | ||
"version": "6.5.2", | ||
"description": "Flourish module for making legend", | ||
"main": "legend.js", | ||
"module": "src/index.js", | ||
"scripts": { | ||
"lint": "eslint src", | ||
"build": "rollup -c", | ||
"watch": "rollup -cw", | ||
"prepare": "npm run build && npm run minify", | ||
"minify": "terser -m -o legend.min.js legend.js", | ||
"cypress": "cypress open", | ||
"test": "flcypress run" | ||
}, | ||
"author": "Kiln Enterprises Ltd", | ||
@@ -20,3 +11,3 @@ "license": "https://flourish.studio/terms/fcl/", | ||
"@flourish/js2css": "^1.0.0", | ||
"@flourish/pocket-knife": "workspace:^1.2.1", | ||
"@flourish/pocket-knife": "^1.2.1", | ||
"d3-array": "^1.0.0", | ||
@@ -38,3 +29,11 @@ "d3-scale": "^2.2.2", | ||
"url": "git://github.com/kiln/flourish-legend.git" | ||
}, | ||
"scripts": { | ||
"lint": "eslint src", | ||
"build": "rollup -c", | ||
"watch": "rollup -cw", | ||
"minify": "terser -m -o legend.min.js legend.js", | ||
"cypress": "cypress open", | ||
"test": "flcypress run" | ||
} | ||
} | ||
} |
@@ -0,1 +1,4 @@ | ||
# 6.5.2 | ||
* Republish module with pnpm to remove workspace | ||
# 6.5.1 | ||
@@ -2,0 +5,0 @@ * Add `prepareScreenshotSVG` and `clearScreenshotSVG` methods |
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
215444
1
+ Added@flourish/pocket-knife@1.3.2(transitive)
+ Addedd3-color@3.1.0(transitive)