Socket
Socket
Sign inDemoInstall

@privacybydesign/irma-client

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@privacybydesign/irma-client - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

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

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

@@ -15,3 +15,3 @@ if ( typeof fetch === 'undefined' )

Object.keys(this._options.mapping).forEach(val =>
this._mappings[val] = this._options.mapping[val]()
this._mappings[val] = this._options.mapping[val]({})
);

@@ -18,0 +18,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