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.1 to 0.1.3

.babelrc

4

index.js

@@ -1,2 +0,2 @@

const BankId = require('./bankid');
const BankId = require('./lib/bankid');

@@ -11,3 +11,3 @@ const pno = process.argv[2];

.catch(err => {
console.log(res);
console.log(err);
});

@@ -14,0 +14,0 @@

{
"name": "bankid",
"description": "",
"version": "0.1.1",
"main": "bankid.js",
"version": "0.1.3",
"main": "lib/bankid.js",
"repository": {

@@ -11,3 +11,3 @@ "type": "git",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"prepublish": "babel -d lib/ src/"
},

@@ -23,3 +23,6 @@ "author": "Sven Perkmann",

},
"devDependencies": {}
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-env": "^1.1.4"
}
}

Sorry, the diff of this file is not supported yet

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