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 0.0.56 to 0.0.58

build/index.es6

21

package.json
{
"name": "@hpcc-js/chart",
"version": "0.0.56",
"version": "0.0.58",
"description": "hpcc-js - Viz Chart",

@@ -8,17 +8,16 @@ "main": "build/index.js",

"unpkg": "build/index.min.js",
"types": "lib-es6/index.d.ts",
"types": "types/index.d.ts",
"files": [
"build/*",
"lib/*",
"types/*",
"src/*.css"
],
"scripts": {
"clean": "rimraf lib* && rimraf build",
"clean": "rimraf lib* && rimraf types && rimraf build",
"compile-es6": "tsc --module es6 --outDir ./lib-es6",
"compile-umd": "tsc --module umd --outDir ./lib-umd",
"bundle-es6": "rollup -c -f es -o build/index.es6.js",
"bundle-umd": "rollup -c -f umd -o build/index.js",
"bundle-watch": "npm run bundle-es6 -- -w",
"bundle": "rollup -c",
"bundle-watch": "npm run bundle -- -w",
"minimize": "uglifyjs build/index.js -c -m --source-map -o build/index.min.js",
"build": "npm run compile-es6 && npm run bundle-es6 && npm run bundle-umd",
"build": "npm run compile-es6 && npm run bundle",
"watch": "concurrently --kill-others \"npm run compile-watch\" \"npm run bundle-watch\"",

@@ -29,6 +28,6 @@ "lint": "tslint --project . src/**/*.ts",

"dependencies": {
"@hpcc-js/api": "^0.0.54",
"@hpcc-js/common": "^0.0.54",
"@hpcc-js/api": "^0.0.56",
"@hpcc-js/common": "^0.0.56",
"@hpcc-js/d3-bullet": "^1.0.2",
"@hpcc-js/util": "^0.0.52",
"@hpcc-js/util": "^0.0.54",
"d3-array": "1.2.1",

@@ -35,0 +34,0 @@ "d3-axis": "1.0.8",

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