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

@flourish/info-popup

Package Overview
Dependencies
Maintainers
27
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flourish/info-popup - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3

LICENSE

2

.eslintrc.json
{
"extends": "../../.eslintrc",
"extends": "../../.eslintrc.cjs",
"overrides": [

@@ -4,0 +4,0 @@ {

{
"name": "@flourish/info-popup",
"version": "6.0.2",
"version": "6.0.3",
"private": false,
"description": "Popup with data insertion",
"main": "info-popup.js",
"module": "src/index.js",
"scripts": {
"lint": "eslint src",
"build": "rollup -c",
"watch": "rollup -cw --no-treeshake --no-indent",
"prepare": "npm run build && npm run minify",
"minify": "uglifyjs -m -o info-popup.min.js info-popup.js",
"precommit": "lint-staged",
"test": "flcypress run --browser chrome",
"cypress": "flcypress open --browser chrome --no-build"
},
"author": "Kiln Enterprises Ltd",
"license": "https://flourish.studio/terms/fcl/",
"license": "LicenseRef-LICENSE",
"devDependencies": {

@@ -31,3 +22,2 @@ "@flourish/cypress": "^8.0.0",

"dependencies": {
"@flourish/formatters": "1.0.1",
"@flourish/js2css": "^1.0.0",

@@ -39,3 +29,4 @@ "@flourish/popup": "^2.1.5",

"d3-timer": "^1.0.10",
"d3-transition": "^1.3.2"
"d3-transition": "^1.3.2",
"@flourish/formatters": "^1.0.2"
},

@@ -45,3 +36,12 @@ "repository": {

"url": "git://github.com/kiln/flourish-info-popup.git"
},
"scripts": {
"lint": "eslint src",
"build": "rollup -c",
"watch": "rollup -cw --no-treeshake --no-indent",
"minify": "uglifyjs -m -o info-popup.min.js info-popup.js",
"precommit": "lint-staged",
"test": "flcypress run --browser chrome",
"cypress": "flcypress open --browser chrome --no-build"
}
}
}

@@ -0,1 +1,4 @@

# 6.0.3
* Fix license annotation
# 6.0.2

@@ -2,0 +5,0 @@ * Fix content continuing after closing panel

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