Socket
Socket
Sign inDemoInstall

@types/base-64

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/base-64 - npm Package Compare versions

Comparing version 0.1.3 to 1.0.0

4

base-64/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for base-64 0.1
// Type definitions for base-64 1.0
// Project: https://github.com/mathiasbynens/base64, http://mths.be/base64

@@ -6,2 +6,4 @@ // Definitions by: Dolan Miu <https://github.com/dolanmiu>

export as namespace base64;
export const version: string;

@@ -8,0 +10,0 @@

{
"name": "@types/base-64",
"version": "0.1.3",
"version": "1.0.0",
"description": "TypeScript definitions for base-64",

@@ -14,11 +14,12 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/base-64"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "ac25ed4b8ec284f5e7cb5b608d559c825c9a3090907d8507f973bda716a641f1",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "6ee10740ebdbd19f46e8035c5642c30c475810d91d2ca86b1729734a0821c3f1",
"typeScriptVersion": "3.5"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for base-64 ( https://github.com/mathiasbynens/base64 ).
This package contains type definitions for base-64 (https://github.com/mathiasbynens/base64).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/base-64
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/base-64.
Additional Details
* Last updated: Wed, 13 Feb 2019 16:16:46 GMT
### Additional Details
* Last updated: Tue, 04 May 2021 19:31:28 GMT
* Dependencies: none
* Global values: none
* Global values: `base64`
# Credits
These definitions were written by Dolan Miu <https://github.com/dolanmiu>.
These definitions were written by [Dolan Miu](https://github.com/dolanmiu).

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