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

@hpcc-js/chart

Package Overview
Dependencies
Maintainers
1
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpcc-js/chart - npm Package Compare versions

Comparing version 2.33.0 to 2.34.0

types-3.4/__package__.d.ts

66

CHANGELOG.md

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

# [2.34.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@2.27.5...@hpcc-js/chart@2.34.0) (2020-05-19)
## 2.15.18 (2020-05-15)
## 2.15.17 (2020-05-15)
## 2.15.16 (2020-05-14)
### Features
* **Axis:** Add label / icon mapping ([259c06a](https://github.com/hpcc-systems/Visualization/commit/259c06a2d999ddfc996804379cf26e4ace8da9ab))
## 2.15.15 (2020-05-12)
## 2.15.14 (2020-05-07)
### Features
* Add Column innerText and value font props ([a8ef440](https://github.com/hpcc-systems/Visualization/commit/a8ef4407b96689562ccd50c5ab3ce7c7100617b9)), closes [#3568](https://github.com/hpcc-systems/Visualization/issues/3568)
## 2.15.13 (2020-04-24)
## 2.15.12 (2020-04-22)
### Features
* Add __lparam to color callbacks ([ef920bd](https://github.com/hpcc-systems/Visualization/commit/ef920bd8c209f8475dbb18bd1a2d8cca482b2333))
* Add fontSize and fontFamily to Axis ([d84a62a](https://github.com/hpcc-systems/Visualization/commit/d84a62ad7a6d265839ab3213eff037181eb81b20)), closes [#3569](https://github.com/hpcc-systems/Visualization/issues/3569)
## 2.15.11 (2020-04-21)
## 2.15.10 (2020-04-21)
## 2.15.9 (2020-04-17)
## 2.15.7 (2020-04-11)
# [2.33.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@2.27.5...@hpcc-js/chart@2.33.0) (2020-05-15)

@@ -8,0 +74,0 @@

174

package.json
{
"name": "@hpcc-js/chart",
"version": "2.33.0",
"description": "hpcc-js - Viz Chart",
"main": "dist/index.js",
"module": "dist/index.es6",
"unpkg": "dist/index.min.js",
"jsdelivr": "dist/index.min.js",
"types": "types/index.d.ts",
"files": [
"dist/*",
"types/*",
"src/*.css"
],
"scripts": {
"clean": "rimraf lib* types dist *.tsbuildinfo",
"compile-es6": "tsc --module es6 --outDir ./lib-es6",
"compile-es6-watch": "npm run compile-es6 -- -w",
"compile-umd": "tsc --module umd --outDir ./lib-umd",
"compile-umd-watch": "npm run compile-umd -- -w",
"bundle": "rollup -c",
"bundle-watch": "npm run bundle -- -w",
"minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js",
"build": "npm run compile-es6 && npm run bundle",
"watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch",
"stamp": "node node_modules/@hpcc-js/bundle/src/stamp.js",
"lint": "tslint --project . src/**/*.ts",
"docs": "typedoc --options tdoptions.json ."
},
"dependencies": {
"@hpcc-js/api": "^2.8.21",
"@hpcc-js/common": "^2.27.0",
"@hpcc-js/util": "^2.15.0"
},
"devDependencies": {
"@hpcc-js/bundle": "^2.10.12",
"@types/d3-shape": "1",
"@types/d3-transition": "1.1.4",
"d3-array": "1.2.4",
"d3-axis": "1.0.8",
"d3-brush": "1.0.6",
"d3-color": "1.2.3",
"d3-contour": "1.1.2",
"d3-format": "1.3.2",
"d3-geo": "1.6.4",
"d3-hexbin": "0.2.2",
"d3-hierarchy": "1.1.4",
"d3-hsv": "0.1.0",
"d3-interpolate": "1.3.2",
"d3-scale": "1.0.7",
"d3-selection": "1.4.0",
"d3-shape": "1.2.0",
"d3-svg-annotation": "2.2.2",
"d3-time-format": "2.1.3",
"d3-transition": "1.2.0",
"d3-zoom": "1.8.3",
"d3v4-bullet": "1.0.6",
"npm-run-all": "4.1.5",
"rimraf": "2.6.3",
"rollup": "1.20.2",
"rollup-plugin-alias": "2.0.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-postcss": "2.0.3",
"rollup-plugin-sourcemaps": "0.4.2",
"terser": "4.0.0",
"tslib": "1.10.0",
"tslint": "5.17.0",
"typedoc": "0.14.2",
"typescript": "3.6.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hpcc-systems/Visualization.git"
},
"author": "Gordon Smith <gordonjsmith@gmail.com>",
"contributors": [],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hpcc-systems/Visualization/issues"
},
"homepage": "https://github.com/hpcc-systems/Visualization",
"gitHead": "3851ddc1699e80a5437afd898f6067f7733dfe04"
"name": "@hpcc-js/chart",
"version": "2.34.0",
"description": "hpcc-js - Viz Chart",
"main": "dist/index.js",
"module": "dist/index.es6",
"unpkg": "dist/index.min.js",
"jsdelivr": "dist/index.min.js",
"types": "types/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"types-ts3.4/*"
]
}
},
"files": [
"dist/*",
"types/*",
"types-3.4/*",
"src/*.css"
],
"scripts": {
"clean": "rimraf lib* types dist *.tsbuildinfo",
"compile-es6": "tsc --module es6 --outDir ./lib-es6",
"compile-es6-watch": "npm run compile-es6 -- -w",
"compile-umd": "tsc --module umd --outDir ./lib-umd",
"compile-umd-watch": "npm run compile-umd -- -w",
"bundle": "rollup -c",
"bundle-watch": "npm run bundle -- -w",
"minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js",
"gen-legacy-types": "downlevel-dts ./types ./types-3.4",
"build": "npm run compile-es6 && npm run bundle",
"watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch",
"stamp": "node node_modules/@hpcc-js/bundle/src/stamp.js",
"lint": "tslint --project . src/**/*.ts",
"docs": "typedoc --options tdoptions.json ."
},
"dependencies": {
"@hpcc-js/api": "^2.8.22",
"@hpcc-js/common": "^2.28.0",
"@hpcc-js/util": "^2.16.0"
},
"devDependencies": {
"@hpcc-js/bundle": "^2.10.13",
"@types/d3-shape": "1",
"@types/d3-transition": "1.1.4",
"d3-array": "1.2.4",
"d3-axis": "1.0.8",
"d3-brush": "1.0.6",
"d3-color": "1.2.3",
"d3-contour": "1.1.2",
"d3-format": "1.3.2",
"d3-geo": "1.6.4",
"d3-hexbin": "0.2.2",
"d3-hierarchy": "1.1.4",
"d3-hsv": "0.1.0",
"d3-interpolate": "1.3.2",
"d3-scale": "1.0.7",
"d3-selection": "1.4.0",
"d3-shape": "1.2.0",
"d3-svg-annotation": "2.2.2",
"d3-time-format": "2.1.3",
"d3-transition": "1.2.0",
"d3-zoom": "1.8.3",
"d3v4-bullet": "1.0.6",
"downlevel-dts": "^0.4.0",
"npm-run-all": "4.1.5",
"rimraf": "2.6.3",
"rollup": "1.20.2",
"rollup-plugin-alias": "2.0.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-postcss": "2.0.3",
"rollup-plugin-sourcemaps": "0.4.2",
"terser": "4.0.0",
"tslib": "1.10.0",
"tslint": "5.17.0",
"typedoc": "0.14.2",
"typescript": "3.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hpcc-systems/Visualization.git"
},
"author": "Gordon Smith <gordonjsmith@gmail.com>",
"contributors": [],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hpcc-systems/Visualization/issues"
},
"homepage": "https://github.com/hpcc-systems/Visualization",
"gitHead": "1066859ae5a016375ab5d5e5860a1f924784103c"
}
export declare const PKG_NAME = "@hpcc-js/chart";
export declare const PKG_VERSION = "2.33.0";
export declare const BUILD_VERSION = "2.15.18";
export declare const PKG_VERSION = "2.34.0";
export declare const BUILD_VERSION = "2.15.19";
//# sourceMappingURL=__package__.d.ts.map

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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