picasso.js
Advanced tools
Comparing version 0.13.1 to 0.13.2
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="0.13.2"></a> | ||
## [0.13.2](https://github.com/qlik-oss/picasso.js/compare/v0.13.1...v0.13.2) (2018-09-24) | ||
**Note:** Version bump only for package picasso.js | ||
<a name="0.13.1"></a> | ||
@@ -8,0 +17,0 @@ ## [0.13.1](https://github.com/qlik-oss/picasso.js/compare/v0.13.0...v0.13.1) (2018-09-20) |
{ | ||
"name": "picasso.js", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"description": "A charting library streamlined for building visualizations for the Qlik Sense Analytics platform.", | ||
@@ -27,8 +27,6 @@ "license": "MIT", | ||
"main": "dist/picasso.js", | ||
"module": "src/index.js", | ||
"source": true, | ||
"module": "dist/picasso.esm.js", | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production webpack --config ../../webpack.config.js", | ||
"build:dev": "webpack --config ../../webpack.config.js", | ||
"build:watch": "npm run build:dev -- -w", | ||
"build": "cross-env NODE_ENV=production rollup --config ../../rollup.config.js", | ||
"build:watch": "yarn run build -w", | ||
"lint": "eslint src test", | ||
@@ -41,3 +39,3 @@ "lint:fix": "npm run lint -- --fix", | ||
}, | ||
"dependencies": { | ||
"devDependencies": { | ||
"d3-ease": "^1.0.3", | ||
@@ -54,9 +52,6 @@ "d3-format": "^1.3.0", | ||
"path2d-polyfill": "0.2.1", | ||
"preact": "^8.3.0" | ||
"preact": "^8.3.0", | ||
"test-utils": "^0.13.2" | ||
}, | ||
"devDependencies": { | ||
"rimraf": "^2.6.2", | ||
"test-utils": "^0.13.1" | ||
}, | ||
"gitHead": "f347007bd4ab3694310b8e96b7c9158094084b2d" | ||
"gitHead": "bc6aecc33e827c9601a397a78123a0d46a371f92" | ||
} |
@@ -1,1 +0,1 @@ | ||
export default { version: '0.13.1' }; | ||
export default { version: '0.13.2' }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
5023147
0
236
52136
13
2
- Removedd3-ease@^1.0.3
- Removedd3-format@^1.3.0
- Removedd3-hierarchy@^1.1.6
- Removedd3-interpolate@^1.2.0
- Removedd3-scale@^2.0.0
- Removedd3-shape@^1.2.0
- Removedd3-time-format@^2.1.1
- Removedextend@^3.0.2
- Removedhammerjs@^2.0.8
- Removednode-event-emitter@0.0.1
- Removedpath2d-polyfill@0.2.1
- Removedpreact@^8.3.0
- Removedd3-array@1.2.4(transitive)
- Removedd3-collection@1.0.7(transitive)
- Removedd3-color@1.4.1(transitive)
- Removedd3-ease@1.0.7(transitive)
- Removedd3-format@1.4.5(transitive)
- Removedd3-hierarchy@1.1.9(transitive)
- Removedd3-interpolate@1.4.0(transitive)
- Removedd3-path@1.0.9(transitive)
- Removedd3-scale@2.2.2(transitive)
- Removedd3-shape@1.3.7(transitive)
- Removedd3-time@1.1.0(transitive)
- Removedd3-time-format@2.3.0(transitive)
- Removedextend@3.0.2(transitive)
- Removedhammerjs@2.0.8(transitive)
- Removednode-event-emitter@0.0.1(transitive)
- Removedpath2d-polyfill@0.2.1(transitive)
- Removedpreact@8.5.3(transitive)