Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bankid

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bankid - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

2

lib/bankid.d.ts

@@ -10,2 +10,4 @@ /// <reference types="node" />

autoStartToken: string;
qrStartSecret: string;
qrStartToken: string;
orderRef: string;

@@ -12,0 +14,0 @@ }

4

lib/bankid.js

@@ -60,4 +60,4 @@ "use strict";

this.baseUrl = this.options.production
? "https://appapi2.bankid.com/rp/v5/"
: "https://appapi2.test.bankid.com/rp/v5/";
? "https://appapi2.bankid.com/rp/v5.1/"
: "https://appapi2.test.bankid.com/rp/v5.1/";
}

@@ -64,0 +64,0 @@ authenticate(parameters) {

@@ -9,3 +9,3 @@ {

],
"version": "2.0.1",
"version": "2.1.0",
"main": "lib/bankid.js",

@@ -12,0 +12,0 @@ "repository": {

@@ -26,3 +26,3 @@ # bankid

As outlined in the [relying party guidelines](https://www.bankid.com/assets/bankid/rp/bankid-relying-party-guidelines-v3.2.2.pdf) there's four main methods (arguments marked with `*` are required)
As outlined in the [relying party guidelines](https://www.bankid.com/assets/bankid/rp/bankid-relying-party-guidelines-v3.4.pdf) there's four main methods (arguments marked with `*` are required)

@@ -29,0 +29,0 @@ - `authenticate({endUserIp*, personalNumber, requirement})`

Sorry, the diff of this file is not supported yet

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