Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

picasso.js

Package Overview
Dependencies
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

picasso.js - npm Package Compare versions

Comparing version 0.13.1 to 0.13.2

dist/picasso.esm.js

9

CHANGELOG.md

@@ -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)

21

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

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