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

@flourish/legend

Package Overview
Dependencies
Maintainers
27
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flourish/legend - npm Package Compare versions

Comparing version 6.5.1 to 6.5.2

2

.eslintrc.json
{
"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

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