Socket
Socket
Sign inDemoInstall

base64url

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base64url - npm Package Compare versions

Comparing version 2.0.0-rc3 to 2.0.0-rc4

5

dist/base64url.d.ts

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

export interface Module {
/// <reference path="../typings/index.d.ts" />
export interface Base64Url {
(input: string | Buffer, encoding?: string): string;

@@ -9,3 +10,3 @@ encode(input: string | Buffer, encoding?: string): string;

}
declare var _default: Module;
declare var _default: Base64Url;
export default _default;

3

package.json
{
"name": "base64url",
"version": "2.0.0-rc3",
"version": "2.0.0-rc4",
"description": "For encoding to/from base64urls",

@@ -10,3 +10,2 @@ "main": "index.js",

"typings/",
"tsconfig.json",
"index.js"

@@ -13,0 +12,0 @@ ],

{
"resolution": "main",
"tree": {
"src": "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/6a78438776c5719aefa02f96f1d7fa2dbc0edfce/node/node.d.ts",
"raw": "registry:dt/node#6.0.0+20160621231320",
"typings": "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/6a78438776c5719aefa02f96f1d7fa2dbc0edfce/node/node.d.ts"
"src": "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/77b1b1709315b03b9b1b67c589d599bebeeef2ee/node/node.d.ts",
"raw": "registry:dt/node#6.0.0+20160709114037",
"typings": "https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/77b1b1709315b03b9b1b67c589d599bebeeef2ee/node/node.d.ts"
}
}

Sorry, the diff of this file is too big to display

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