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.1.0 to 0.1.1

10

bankid.js

@@ -21,7 +21,7 @@ 'use strict';

class BankId {
constructor({ refreshInterval=1000, production=false } = {}) {
this.options = {
refreshInterval,
production,
};
constructor(options = {}) {
this.options = Object.assign({}, {
refreshInterval: 1000,
production: false,
}, options);
}

@@ -28,0 +28,0 @@

{
"name": "bankid",
"description": "",
"version": "0.1.0",
"version": "0.1.1",
"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