Socket
Socket
Sign inDemoInstall

@vonage/auth

Package Overview
Dependencies
Maintainers
51
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/auth - npm Package Compare versions

Comparing version 1.9.0 to 1.9.1

4

dist/auth.js

@@ -246,7 +246,5 @@ "use strict";

this.privateKey
= privateKey instanceof Buffer
? privateKey.toString()
: opts?.privateKey;
= privateKey instanceof Buffer ? privateKey.toString() : privateKey;
}
}
exports.Auth = Auth;
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/auth",
"version": "1.9.0",
"version": "1.9.1",
"description": "Vonage Auth Package adds the correct authentication headers to requests to Vonage API's",

@@ -41,3 +41,3 @@ "homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/auth#readme",

"dependencies": {
"@vonage/jwt": "^1.9.0",
"@vonage/jwt": "^1.9.1",
"debug": "^4.3.4"

@@ -44,0 +44,0 @@ },

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