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
28
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.0 to 6.0.1

.github/workflows/module-ci.yml

22

.eslintrc.json
{
"plugins": [
"@flourish/flourish",
"cypress"
],
"extends": "plugin:@flourish/flourish/flourish",
"env": {
"browser": true,
"cypress/globals": true
}
}
"extends": "../../.eslintrc",
"overrides": [
{
"files": [
"template_test.js"
],
"env": {
"cypress/globals": true
}
}
]
}
{
"name": "@flourish/info-popup",
"version": "6.0.0",
"version": "6.0.1",
"description": "Popup with data insertion",

@@ -10,9 +10,8 @@ "main": "info-popup.js",

"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",
"watch": "npm-run-all -p watch:*",
"watch:bundle": "rollup -cw --no-treeshake --no-indent",
"cypress": "npm-run-all -p watch cypress:*",
"cypress:open": "flcypress open"
"test": "flcypress run --browser chrome",
"cypress": "flcypress open --browser chrome --no-build"
},

@@ -22,9 +21,7 @@ "author": "Kiln Enterprises Ltd",

"devDependencies": {
"@flourish/cypress": "^4.4.1",
"@flourish/cypress": "^8.0.0",
"@flourish/eslint-plugin-flourish": "^0.7.2",
"cypress": "^10.7.0",
"eslint": "^5.2.0",
"cypress": "^12.6.0",
"eslint": "^8.35.0",
"eslint-plugin-cypress": "^2.11.3",
"husky": "^0.14.3",
"lint-staged": "^7.2.0",
"npm-run-all": "^4.1.5",

@@ -36,3 +33,3 @@ "rollup": "^2.53.2",

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

@@ -49,6 +46,3 @@ "@flourish/popup": "^2.1.5",

"url": "git://github.com/kiln/flourish-info-popup.git"
},
"lint-staged": {
"*.js": "eslint src"
}
}

@@ -130,2 +130,4 @@ # Flourish Info Popup

For multi-column bindings you can pass in an array of formatters (where each formatter is a function or an object containing `output_format_id`).
```javascript

@@ -132,0 +134,0 @@ popup

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

# 6.0.1
* Update @flourish/formatters
# 6.0.0

@@ -2,0 +5,0 @@ * Update cypress & @flourish/cypress

Sorry, the diff of this file is too big to display

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