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

bankid

Package Overview
Dependencies
Maintainers
1
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 1.1.1 to 1.2.0

examples/cancel.js

5

lib/bankid.js

@@ -73,2 +73,7 @@ "use strict";

}, {
key: "cancel",
value: function cancel(orderRef) {
return this._call("cancel", { orderRef: orderRef });
}
}, {
key: "authenticateAndCollect",

@@ -75,0 +80,0 @@ value: function authenticateAndCollect() {

2

package.json

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

],
"version": "1.1.1",
"version": "1.2.0",
"main": "lib/bankid.js",

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

@@ -23,3 +23,3 @@ # bankid

As outlined in the [relying party guidelines](https://www.bankid.com/assets/bankid/rp/bankid-relying-party-guidelines-v2.13.pdf) there's three 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-v2.13.pdf) there's four main methods (arguments marked with `*` are required)

@@ -29,2 +29,3 @@ - `authenticate(endUserIp*, personalNumber, requirement)`

- `collect(orderRef*)`
- `cancel(orderRef*)`

@@ -31,0 +32,0 @@ In addition _bankid_ provides convenience methods to combine auth / sign with periodic collection of the status until the process either failed or succeeded (as shown in the example code above)

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