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

@hpcc-js/util

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpcc-js/util - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

9

CHANGELOG.md

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

## [2.1.4](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/util@2.1.3...@hpcc-js/util@2.1.4) (2018-12-04)
**Note:** Version bump only for package @hpcc-js/util
## [2.1.3](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/util@2.1.2...@hpcc-js/util@2.1.3) (2018-11-27)

@@ -8,0 +17,0 @@

2

dist/index.es6.js

@@ -1335,3 +1335,3 @@ // Based on: https://tc39.github.io/ecma262/#sec-array.prototype.find

if (typeof keyOrNewVals === "string") {
return this.setSingle(keyOrNewVals, newVal, batchMode);
return this.setSingle(keyOrNewVals, newVal, batchMode); // TODO: "as any" should not be needed (TS >= 3.1.x)
}

@@ -1338,0 +1338,0 @@ return this.setAll(keyOrNewVals);

@@ -1340,3 +1340,3 @@ (function (global, factory) {

if (typeof keyOrNewVals === "string") {
return this.setSingle(keyOrNewVals, newVal, batchMode);
return this.setSingle(keyOrNewVals, newVal, batchMode); // TODO: "as any" should not be needed (TS >= 3.1.x)
}

@@ -1343,0 +1343,0 @@ return this.setAll(keyOrNewVals);

@@ -28,3 +28,3 @@ import * as tslib_1 from "tslib";

if (typeof keyOrNewVals === "string") {
return this.setSingle(keyOrNewVals, newVal, batchMode);
return this.setSingle(keyOrNewVals, newVal, batchMode); // TODO: "as any" should not be needed (TS >= 3.1.x)
}

@@ -31,0 +31,0 @@ return this.setAll(keyOrNewVals);

{
"name": "@hpcc-js/util",
"version": "2.1.3",
"version": "2.1.4",
"description": "hpcc-js - Utilities",

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

"typedoc": "0.12.0",
"typescript": "3.0.1",
"typescript": "3.1.4",
"uglify-js": "3.4.9"

@@ -56,3 +56,3 @@ },

"homepage": "https://github.com/hpcc-systems/Visualization",
"gitHead": "240ba7fe66c303025e3a0a3e4df9bb43846c9a23"
"gitHead": "0fb61f037c09afeba1d79a26d3ee49430dc73f92"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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