Comparing version 1.0.14 to 1.1.0
/** | ||
* Copyright (c) 2019, Peculiar Ventures, All rights reserved. | ||
* Copyright (c) 2020, Peculiar Ventures, All rights reserved. | ||
*/ | ||
@@ -4,0 +4,0 @@ |
/** | ||
* Copyright (c) 2019, Peculiar Ventures, All rights reserved. | ||
* Copyright (c) 2020, Peculiar Ventures, All rights reserved. | ||
*/ | ||
@@ -4,0 +4,0 @@ |
@@ -0,1 +1,2 @@ | ||
export declare type BufferSource = ArrayBuffer | ArrayBufferView; | ||
export declare class BufferSourceConverter { | ||
@@ -2,0 +3,0 @@ static toArrayBuffer(data: BufferSource): ArrayBuffer; |
@@ -0,2 +1,7 @@ | ||
import { BufferSource } from "./buffer_source_converter"; | ||
export declare type BufferEncoding = "utf8" | "binary" | "base64" | "base64url" | "hex" | string; | ||
declare global { | ||
var btoa: undefined | ((data: string) => string); | ||
var atob: undefined | ((data: string) => string); | ||
} | ||
export declare class Convert { | ||
@@ -3,0 +8,0 @@ static isHex(data: any): data is string; |
{ | ||
"name": "pvtsutils", | ||
"version": "1.0.14", | ||
"version": "1.1.0", | ||
"description": "pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.", | ||
@@ -59,16 +59,16 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"tslib": "^2.0.1" | ||
"tslib": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^12.12.62", | ||
"@types/node": "^12.19.3", | ||
"coveralls": "^3.1.0", | ||
"mocha": "^8.1.3", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.28.2", | ||
"rollup-plugin-typescript2": "^0.27.3", | ||
"rollup": "^2.33.1", | ||
"rollup-plugin-typescript2": "^0.29.0", | ||
"ts-node": "^9.0.0", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.0.3" | ||
"typescript": "^4.0.5" | ||
}, | ||
@@ -75,0 +75,0 @@ "nyc": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25246
549
Updatedtslib@^2.0.3