Socket
Socket
Sign inDemoInstall

@privacybydesign/irma-client

Package Overview
Dependencies
11
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.2 to 0.4.3

2

package.json
{
"name": "@privacybydesign/irma-client",
"version": "0.4.2",
"version": "0.4.3",
"description": "A plugin to allow your IRMA flows to communicate with a server",

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

@@ -129,3 +129,3 @@ const ProtocolVersion = require('./protocol-version');

// eslint-disable-next-line compat/compat
fetch(this._pollingUrl, this._fetchParams)
fetch(this._pollingUrl, { ...this._fetchParams, cache: 'no-store' })
.then((r) => {

@@ -132,0 +132,0 @@ if (r.status !== 200)

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