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

@hpcc-js/tree

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpcc-js/tree - npm Package Compare versions

Comparing version 0.0.54 to 0.0.56

build/index.es6

19

package.json
{
"name": "@hpcc-js/tree",
"version": "0.0.54",
"version": "0.0.56",
"description": "hpcc-js - Viz Tree",

@@ -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,4 +28,4 @@ "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",
"d3-hierarchy": "1.1.4",

@@ -33,0 +32,0 @@ "d3-interpolate": "1.1.5",

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