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.0 to 2.0.1

cert/FPTestcert3_20200618.p12

2

lib/bankid.js

@@ -45,3 +45,3 @@ "use strict";

// defaults for test environment
pfx: path.resolve(__dirname, "../cert/", "FPTestcert2_20150818_102329.pfx"), passphrase: "qwerty123",
pfx: path.resolve(__dirname, "../cert/", "FPTestcert3_20200618.p12"), passphrase: "qwerty123",
// certificate is provided by package by default

@@ -48,0 +48,0 @@ ca: undefined }, options);

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

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

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

@@ -18,3 +18,6 @@ # bankid

client
.authenticateAndCollect({ pno: pno, endUserIp: "127.0.0.1" })
.authenticateAndCollect({
personalNumber: pno,
endUserIp: "127.0.0.1"
})
.then(res => console.log(res.completionData))

@@ -21,0 +24,0 @@ .catch(console.error);

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