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

@types/base64-js

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/base64-js - npm Package Compare versions

Comparing version 1.1.4 to 1.2.5

5

base64-js/index.d.ts

@@ -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;

7

base64-js/package.json
{
"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"
}
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