Socket
Socket
Sign inDemoInstall

@privacybydesign/irma-backend

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@privacybydesign/irma-backend - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

5

index.js

@@ -22,3 +22,6 @@ const SessionState = require('./session-state');

if (this._options.serverToken)
requestOptions.headers['Authorization'] = this._options.serverToken;
requestOptions.headers = {
...requestOptions.headers,
'Authorization': this._options.serverToken,
};

@@ -25,0 +28,0 @@ const url = `${this._serverUrl}/${endpoint}`;

2

package.json
{
"name": "@privacybydesign/irma-backend",
"version": "0.1.2",
"version": "0.1.3",
"description": "Backend library to use API endpoints of the IRMA server",

@@ -5,0 +5,0 @@ "main": "index.js",

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