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.2.1 to 2.2.2

types/array.d.ts.map

9

CHANGELOG.md

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

## [2.2.2](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/util@2.2.1...@hpcc-js/util@2.2.2) (2019-02-19)
**Note:** Version bump only for package @hpcc-js/util
## [2.2.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/util@2.2.0...@hpcc-js/util@2.2.1) (2019-01-29)

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

6

package.json
{
"name": "@hpcc-js/util",
"version": "2.2.1",
"version": "2.2.2",
"description": "hpcc-js - Utilities",

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

"typedoc": "0.12.0",
"typescript": "3.2.2",
"typescript": "3.3.3",
"uglify-js": "3.4.9"

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

"homepage": "https://github.com/hpcc-systems/Visualization",
"gitHead": "8827834e2329dcfae3b7cf960c3e263330fb1224"
"gitHead": "0e8fe38042c3a4e79d1ade2217fa1f9c506ddf01"
}

@@ -8,1 +8,2 @@ export declare function find<T>(o: ReadonlyArray<T>, predicate: (value: T, index: number) => boolean): T | undefined;

export declare function compare(before: any[], after: any[]): IDifferences;
//# sourceMappingURL=array.d.ts.map

@@ -21,1 +21,2 @@ export declare class Cache<I, C> {

}
//# sourceMappingURL=cache.d.ts.map

@@ -12,1 +12,2 @@ export declare function debounce<R extends Promise<any>>(fn: () => R, timeout?: number): () => R;

}
//# sourceMappingURL=debounce.d.ts.map

@@ -21,1 +21,2 @@ export declare type StringAnyMap = {

}
//# sourceMappingURL=dictionary.d.ts.map
export declare function espTime2Seconds(duration: string): number;
//# sourceMappingURL=esp.d.ts.map

@@ -74,1 +74,2 @@ export declare class GraphItem<S, V, E> {

}
//# sourceMappingURL=graph.d.ts.map
export declare function hashSum(o: any): string;
//# sourceMappingURL=hashSum.d.ts.map
export declare function deepEquals(a: any, b: any): boolean;
export declare function update<T>(origItem: T, newItem: T): T;
//# sourceMappingURL=immutable.d.ts.map

@@ -19,1 +19,2 @@ export * from "./array";

export * from "./url";
//# sourceMappingURL=index.d.ts.map

@@ -57,1 +57,2 @@ export declare enum Level {

export declare function scopedLogger(scopeID: string, filter?: boolean): ScopedLogging;
//# sourceMappingURL=logging.d.ts.map

@@ -47,1 +47,2 @@ /**

export declare function normalize(value: number, min: number, max: number): number;
//# sourceMappingURL=math.d.ts.map

@@ -49,1 +49,2 @@ /**

export declare function classID2Meta(classID: string): ClassMeta;
//# sourceMappingURL=object.d.ts.map

@@ -19,1 +19,2 @@ /**

}
//# sourceMappingURL=observer.d.ts.map

@@ -5,1 +5,2 @@ export declare const root: any;

export declare const isTravis: boolean;
//# sourceMappingURL=platform.d.ts.map

@@ -29,1 +29,2 @@ import { StringAnyMap } from "./dictionary";

export declare function xml2json(xml: string): XMLNode;
//# sourceMappingURL=saxParser.d.ts.map

@@ -29,1 +29,2 @@ /**

}
//# sourceMappingURL=stack.d.ts.map

@@ -35,1 +35,2 @@ import { IObserverHandle } from "./observer";

}
//# sourceMappingURL=stateful.d.ts.map
export declare function trim(str: string, char: string): string;
export declare function endsWith(origString: string, searchString: string, position?: number): boolean;
//# sourceMappingURL=string.d.ts.map
export declare function join(...args: string[]): string;
//# sourceMappingURL=url.d.ts.map
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