@types/base64-js
Advanced tools
Comparing version 1.1.4 to 1.2.5
@@ -1,2 +0,2 @@ | ||
// Type definitions for base64-js v1.1.2 | ||
// Type definitions for base64-js 1.2 | ||
// Project: https://github.com/beatgammit/base64-js | ||
@@ -6,3 +6,4 @@ // Definitions by: Peter Safranek <https://github.com/pe8ter> | ||
export function byteLength(encoded: string): number; | ||
export function toByteArray(encoded: string): Uint8Array; | ||
export function fromByteArray(bytes: Uint8Array): string; | ||
export function fromByteArray(bytes: Uint8Array): string; |
{ | ||
"name": "@types/base64-js", | ||
"version": "1.1.4", | ||
"description": "TypeScript definitions for base64-js v1.1.2", | ||
"version": "1.2.5", | ||
"description": "TypeScript definitions for base64-js 1.2", | ||
"license": "MIT", | ||
@@ -14,4 +14,5 @@ "author": "Peter Safranek <https://github.com/pe8ter>", | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "6189fa8e85873c975065839f574cda416c89ad6a711d5ffd5ca36488e3de3e6f" | ||
"typesPublisherContentHash": "359c9d66a25f21a130733e1ebecada07cf1201d883220fcfa0418b463f6e13c1" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for base64-js v1.1.2 (https://github.com/beatgammit/base64-js). | ||
This package contains type definitions for base64-js 1.2 (https://github.com/beatgammit/base64-js). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 16:15:23 GMT | ||
* Last updated: Thu, 20 Oct 2016 20:45:15 GMT | ||
* File structure: ProperModule | ||
@@ -15,0 +15,0 @@ * Library Dependencies: none |
@@ -7,4 +7,4 @@ { | ||
"libraryMajorVersion": "1", | ||
"libraryMinorVersion": "1", | ||
"libraryName": "base64-js v1.1.2", | ||
"libraryMinorVersion": "2", | ||
"libraryName": "base64-js 1.2", | ||
"typingsPackageName": "base64-js", | ||
@@ -23,3 +23,3 @@ "projectName": "https://github.com/beatgammit/base64-js", | ||
"hasPackageJson": false, | ||
"contentHash": "6189fa8e85873c975065839f574cda416c89ad6a711d5ffd5ca36488e3de3e6f" | ||
"contentHash": "359c9d66a25f21a130733e1ebecada07cf1201d883220fcfa0418b463f6e13c1" | ||
} |
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
2248
29