Socket
Socket
Sign inDemoInstall

@types/base-64

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

16

base-64/index.d.ts

@@ -9,6 +9,6 @@ // Type definitions for base-64 0.1

/**
* This function takes a byte string (the input parameter) and encodes it according to base64.
* The input data must be in the form of a string containing only characters
* in the range from U+0000 to U+00FF, each representing a binary byte with values 0x00 to 0xFF.
* The base64.encode() function is designed to be fully compatible
* This function takes a byte string (the input parameter) and encodes it according to base64.
* The input data must be in the form of a string containing only characters
* in the range from U+0000 to U+00FF, each representing a binary byte with values 0x00 to 0xFF.
* The base64.encode() function is designed to be fully compatible
* with btoa() as described in the HTML Standard.

@@ -19,6 +19,6 @@ * see: https://html.spec.whatwg.org/multipage/webappapis.html#dom-windowbase64-btoa

/**
* This function takes a base64-encoded string (the input parameter) and decodes it.
* The return value is in the form of a string containing only characters in
* the range from U+0000 to U+00FF, each representing a binary byte with values 0x00 to 0xFF.
* The base64.decode() function is designed to be fully compatible
* This function takes a base64-encoded string (the input parameter) and decodes it.
* The return value is in the form of a string containing only characters in
* the range from U+0000 to U+00FF, each representing a binary byte with values 0x00 to 0xFF.
* The base64.decode() function is designed to be fully compatible
* with atob() as described in the HTML Standard.

@@ -25,0 +25,0 @@ * see: https://html.spec.whatwg.org/multipage/webappapis.html#dom-windowbase64-atob

{
"name": "@types/base-64",
"version": "0.1.0",
"version": "0.1.1",
"description": "TypeScript definitions for base-64",
"license": "MIT",
"author": "Dolan Miu <https://github.com/dolanmiu>",
"contributors": [
{
"name": "Dolan Miu",
"url": "https://github.com/dolanmiu"
}
],
"main": "",

@@ -15,4 +20,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "449284365496b8bebff86d2636719326640ee24246ce60b67deb70eed0d8647d",
"typesPublisherContentHash": "406cca4b289191ff35855ba22a96c79b56c792918c5fb79d362e2eadd480ae29",
"typeScriptVersion": "2.0"
}

@@ -11,5 +11,4 @@ # Installation

Additional Details
* Last updated: Fri, 23 Dec 2016 14:14:44 GMT
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Thu, 23 Feb 2017 15:22:18 GMT
* Dependencies: none
* Global values: none

@@ -16,0 +15,0 @@

{
"authors": "Dolan Miu <https://github.com/dolanmiu>",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": 0,
"libraryMinorVersion": 1,
"typeScriptVersion": "2.0",
"name": "base-64",
"libraryName": "base-64",
"typingsPackageName": "base-64",
"projectName": "https://github.com/mathiasbynens/base64",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "master",
"globals": [],
"declaredModules": [
"base-64"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "449284365496b8bebff86d2636719326640ee24246ce60b67deb70eed0d8647d"
"data": {
"contributors": [
{
"name": "Dolan Miu",
"url": "https://github.com/dolanmiu"
}
],
"dependencies": {},
"pathMappings": {},
"libraryMajorVersion": 0,
"libraryMinorVersion": 1,
"typeScriptVersion": "2.0",
"libraryName": "base-64",
"typingsPackageName": "base-64",
"projectName": "https://github.com/mathiasbynens/base64",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [],
"declaredModules": [
"base-64/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "406cca4b289191ff35855ba22a96c79b56c792918c5fb79d362e2eadd480ae29"
},
"isLatest": true
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc