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

4

lib/bankid.js

@@ -129,3 +129,5 @@ "use strict";

}).catch(function (err) {
throw new Error(err.response.data.errorCode + ": " + err.response.data.details);
var error = new Error(err.response.data.errorCode);
error.details = err.response.data.details;
throw error;
});

@@ -132,0 +134,0 @@ }

@@ -9,7 +9,7 @@ {

],
"version": "1.1.0",
"version": "1.1.1",
"main": "lib/bankid.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hyperborea/bankid.git"
"url": "git+https://github.com/anyfin/bankid.git"
},

@@ -22,5 +22,5 @@ "scripts": {

"license": "MIT",
"homepage": "https://github.com/hyperborea/bankid#readme",
"homepage": "https://github.com/anyfin/bankid#readme",
"bugs": {
"url": "https://github.com/hyperborea/bankid/issues"
"url": "https://github.com/anyfin/bankid/issues"
},

@@ -27,0 +27,0 @@ "dependencies": {

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