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

picasso-plugin-q

Package Overview
Dependencies
Maintainers
3
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

picasso-plugin-q - npm Package Compare versions

Comparing version

to
0.9.0

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

<a name="0.9.0"></a>
# [0.9.0](https://github.com/qlik-oss/picasso.js/compare/v0.8.0...v0.9.0) (2018-06-14)
### Bug Fixes
* **q:** Register number & time formatter when using q plugin ([#98](https://github.com/qlik-oss/picasso.js/issues/98)) ([37831a3](https://github.com/qlik-oss/picasso.js/commit/37831a3))
* **q:** use auto formatter when qNumFormat is missing ([#91](https://github.com/qlik-oss/picasso.js/issues/91)) ([4f9c2a6](https://github.com/qlik-oss/picasso.js/commit/4f9c2a6))
### Features
* **q:** add support for qTreeData and qMode=K ([#88](https://github.com/qlik-oss/picasso.js/issues/88)) ([e43443d](https://github.com/qlik-oss/picasso.js/commit/e43443d))
<a name="0.7.0"></a>

@@ -8,0 +25,0 @@ # [0.7.0](https://github.com/qlik-oss/picasso.js/compare/v0.6.0...v0.7.0) (2018-04-05)

17

package.json
{
"name": "picasso-plugin-q",
"version": "0.7.0",
"version": "0.9.0",
"description": "QIX plugin for picasso.js",

@@ -17,7 +17,7 @@ "license": "MIT",

"scripts": {
"build": "npxc rollup -c ../../rollup.config.js --name picassoQ",
"build": "rollup -c ../../rollup.config.js",
"build:watch": "npm run build -- -w",
"lint": "npxc eslint src test",
"lint": "eslint src test",
"test": "npm run test:unit",
"test:unit": "npxc aw -c aw.config.js",
"test:unit": "aw -c aw.config.js",
"test:unit:watch": "npm run test:unit -- -w",

@@ -28,8 +28,7 @@ "test:unit:coverage": "npm run test:unit -- --coverage",

"devDependencies": {
"d3-hierarchy": "^1.1.5",
"d3-scale": "^1.0.7",
"extend": "^3.0.0",
"npxc": "^0.0.3",
"number-format.js": "^1.1.10"
"d3-hierarchy": "^1.1.6",
"d3-scale": "^2.0.0",
"extend": "^3.0.1",
"number-format.js": "^1.1.11"
}
}

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

Sorry, the diff of this file is not supported yet