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 0.0.6 to 0.1.0

8

bankid.js

@@ -0,1 +1,3 @@

'use strict';
const path = require('path');

@@ -18,3 +20,3 @@ const fs = require('fs');

module.exports = class BankId {
class BankId {
constructor({ refreshInterval=1000, production=false } = {}) {

@@ -107,2 +109,4 @@ this.options = {

}
}
}
module.exports = BankId;
{
"name": "bankid",
"description": "",
"version": "0.0.6",
"version": "0.1.0",
"main": "bankid.js",

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

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