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

@hpcc-js/c3chart

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpcc-js/c3chart - npm Package Compare versions

Comparing version 0.1.27 to 0.1.28

README.md

8

CHANGELOG.md

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

<a name="0.1.28"></a>
## [0.1.28](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/c3chart@0.1.27...@hpcc-js/c3chart@0.1.28) (2018-08-23)
**Note:** Version bump only for package @hpcc-js/c3chart
<a name="0.1.27"></a>

@@ -8,0 +16,0 @@ ## [0.1.27](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/c3chart@0.1.26...@hpcc-js/c3chart@0.1.27) (2018-08-15)

48

package.json
{
"name": "@hpcc-js/c3chart",
"version": "0.1.27",
"version": "0.1.28",
"description": "hpcc-js - Viz C3 Charts",
"main": "dist/index.js",
"module": "dist/index.es6",
"unpkg": "dist/index.min.js",
"types": "types/index.d.ts",
"files": [
"dist/*",
"types/*",
"src/*.css"
],
"scripts": {
"clean": "rimraf lib* && rimraf types && rimraf dist",
"compile-es6": "tsc --module es6 --outDir ./lib-es6",
"compile-es6-watch": "npm run compile-es6 -- -w",
"compile-umd": "tsc --module umd --outDir ./lib-umd",
"bundle": "rollup -c",
"bundle-watch": "npm run bundle -- -w",
"minimize": "uglifyjs dist/index.js -c -m --source-map -o dist/index.min.js",
"build": "npm run compile-es6 && npm run bundle",
"watch": "run-p compile-es6-watch bundle-watch",
"lint": "tslint --project . src/**/*.ts",
"docs": "typedoc --options tdoptions.json ."
},
"dependencies": {
"@hpcc-js/api": "^0.5.5",
"@hpcc-js/c3-shim": "^0.0.60",
"@hpcc-js/common": "^0.9.3",
"d3-format": "1.3.0",
"d3-time-format": "2.1.0",
"tslib": "1.9.3"
},
"devDependencies": {
"@hpcc-js/bundle": "^0.0.45",
"npm-run-all": "4.1.3",
"rimraf": "2.6.2",
"rollup": "0.63.5",
"rollup-plugin-alias": "1.4.0",
"rollup-plugin-commonjs": "9.1.4",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-postcss": "1.6.2",
"tslint": "5.9.1",
"typedoc": "0.7.1",
"typescript": "3.0.1",
"uglify-es": "3.3.9"
},
"files": [],
"scripts": {},
"repository": {

@@ -50,0 +8,0 @@ "type": "git",

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