Socket
Socket
Sign inDemoInstall

@0xpass/passport

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xpass/passport - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

dist/index.js
import axios from 'axios';
class Passport {
constructor(endpoint = "http://ec2-3-84-206-153.compute-1.amazonaws.com:9545") {
constructor(endpoint = "http://ec2-18-118-197-137.us-east-2.compute.amazonaws.com:9545") {
this.getSession = async (params) => {

@@ -17,3 +17,3 @@ return await this.call("getSession", params);

};
this.endpoint = endpoint;
this.endpoint = "http://ec2-18-118-197-137.us-east-2.compute.amazonaws.com:9545";
}

@@ -20,0 +20,0 @@ async call(method, params) {

{
"name": "@0xpass/passport",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

@@ -28,4 +28,4 @@ "main": "dist/index.js",

"typescript": "^5.0.4",
"@0xpass/eslint-config": "0.0.1",
"@0xpass/typescript-config": "0.0.1"
"@0xpass/typescript-config": "0.0.1",
"@0xpass/eslint-config": "0.0.1"
},

@@ -32,0 +32,0 @@ "scripts": {

@@ -26,5 +26,5 @@ import axios from "axios";

constructor(
endpoint = "http://ec2-3-84-206-153.compute-1.amazonaws.com:9545"
endpoint = "http://ec2-18-118-197-137.us-east-2.compute.amazonaws.com:9545"
) {
this.endpoint = endpoint;
this.endpoint = "http://ec2-18-118-197-137.us-east-2.compute.amazonaws.com:9545";
}

@@ -31,0 +31,0 @@

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