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

@hpcc-js/common

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpcc-js/common - npm Package Compare versions

Comparing version 2.16.4 to 2.16.6

39

CHANGELOG.md

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

## [2.16.4](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.16.2...@hpcc-js/common@2.16.4) (2019-04-05)
## [2.16.6](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.16.2...@hpcc-js/common@2.16.6) (2019-04-06)
## 2.6.4 (2019-04-05)
## 2.6.3 (2019-04-02)

@@ -20,3 +24,3 @@

## [2.16.3](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.16.2...@hpcc-js/common@2.16.3) (2019-04-02)
## [2.16.4](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.16.2...@hpcc-js/common@2.16.4) (2019-04-05)

@@ -30,3 +34,3 @@ **Note:** Version bump only for package @hpcc-js/common

## [2.16.2](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.16.1...@hpcc-js/common@2.16.2) (2019-04-02)
## [2.16.3](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.16.2...@hpcc-js/common@2.16.3) (2019-04-02)

@@ -40,3 +44,3 @@ **Note:** Version bump only for package @hpcc-js/common

## [2.16.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.14.0...@hpcc-js/common@2.16.1) (2019-04-02)
## [2.16.2](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.16.1...@hpcc-js/common@2.16.2) (2019-04-02)

@@ -50,20 +54,15 @@ **Note:** Version bump only for package @hpcc-js/common

# [2.16.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.12.1...@hpcc-js/common@2.16.0) (2019-04-02)
## [2.16.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.14.0...@hpcc-js/common@2.16.1) (2019-04-02)
**Note:** Version bump only for package @hpcc-js/common
# 2.5.0 (2019-04-01)
### Bug Fixes
* **PropertyExt:** Incorrect hashSum calculation ([ec11938](https://github.com/hpcc-systems/Visualization/commit/ec11938)), closes [#3173](https://github.com/hpcc-systems/Visualization/issues/3173)
# [2.16.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.12.1...@hpcc-js/common@2.16.0) (2019-04-02)
### Features
**Note:** Version bump only for package @hpcc-js/common
* **loader:** Improved loader to manage specific versions ([cfcdfac](https://github.com/hpcc-systems/Visualization/commit/cfcdfac))
* **SVGWidget:** Allow SVG Widgets to Scroll ([df283f9](https://github.com/hpcc-systems/Visualization/commit/df283f9))
* Add dataMeta to Widget.ts ([ce42a05](https://github.com/hpcc-systems/Visualization/commit/ce42a05)), closes [#3189](https://github.com/hpcc-systems/Visualization/issues/3189)
* **SVGWiget:** Add image download capability ([46f19dc](https://github.com/hpcc-systems/Visualization/commit/46f19dc)), closes [#3186](https://github.com/hpcc-systems/Visualization/issues/3186)

@@ -74,23 +73,11 @@

# [2.15.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.12.1...@hpcc-js/common@2.15.0) (2019-04-01)
**Note:** Version bump only for package @hpcc-js/common
### Bug Fixes
* **PropertyExt:** Incorrect hashSum calculation ([ec11938](https://github.com/hpcc-systems/Visualization/commit/ec11938)), closes [#3173](https://github.com/hpcc-systems/Visualization/issues/3173)
### Features
* **loader:** Improved loader to manage specific versions ([cfcdfac](https://github.com/hpcc-systems/Visualization/commit/cfcdfac))
* **SVGWidget:** Allow SVG Widgets to Scroll ([df283f9](https://github.com/hpcc-systems/Visualization/commit/df283f9))
* Add dataMeta to Widget.ts ([ce42a05](https://github.com/hpcc-systems/Visualization/commit/ce42a05)), closes [#3189](https://github.com/hpcc-systems/Visualization/issues/3189)
* **SVGWiget:** Add image download capability ([46f19dc](https://github.com/hpcc-systems/Visualization/commit/46f19dc)), closes [#3186](https://github.com/hpcc-systems/Visualization/issues/3186)
# [2.14.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.12.1...@hpcc-js/common@2.14.0) (2019-03-29)

@@ -97,0 +84,0 @@

{
"name": "@hpcc-js/common",
"version": "2.16.4",
"version": "2.16.6",
"description": "hpcc-js - Viz Common",

@@ -16,3 +16,3 @@ "main": "dist/index.js",

"scripts": {
"clean": "rimraf lib* types dist",
"clean": "rimraf lib* types dist *.tsbuildinfo",
"copy-resources": "cpx \"../../node_modules/font-awesome/fonts/*\" \"./font-awesome/fonts\" && cpx \"../../node_modules/font-awesome/css/*\" \"./font-awesome/css\"",

@@ -32,3 +32,3 @@ "compile-es6": "tsc --module es6 --outDir ./lib-es6",

"dependencies": {
"@hpcc-js/util": "^2.6.4",
"@hpcc-js/util": "^2.6.6",
"@types/d3-array": "1.2.6",

@@ -51,3 +51,3 @@ "@types/d3-brush": "1.0.10",

"devDependencies": {
"@hpcc-js/bundle": "^2.8.0",
"@hpcc-js/bundle": "^2.10.0",
"colorbrewer": "1.0.0",

@@ -96,3 +96,3 @@ "cpx": "1.5.0",

"homepage": "https://github.com/hpcc-systems/Visualization",
"gitHead": "00acf8f3c00d47cfb0b5c1cfff1c44fc6500ad4b"
"gitHead": "b86305cbb5b1b3c4a63cc94ee5eed4724e8d041c"
}
export declare const PKG_NAME = "@hpcc-js/common";
export declare const PKG_VERSION = "2.16.4";
export declare const BUILD_VERSION = "2.6.4";
export declare const PKG_VERSION = "2.16.5";
export declare const BUILD_VERSION = "2.6.5";
//# 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

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