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.1.4 to 0.1.5

.turbo/turbo-build.log

6

CHANGELOG.md
# @0xpass/passport
## 0.1.5
### Patch Changes
- cbe4009: Update prod url to tiramisu
## 0.1.4

@@ -4,0 +10,0 @@

2

dist/index.js

@@ -11,3 +11,3 @@ import axios from 'axios';

*/
constructor(endpoint = "https://kesari.0xpass.io") {
constructor(endpoint = "https://tiramisu.0xpass.io") {
/**

@@ -14,0 +14,0 @@ * The shared secret between the node and the client.

{
"name": "@0xpass/passport",
"version": "0.1.4",
"version": "0.1.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -41,3 +41,3 @@ import axios from "axios";

*/
constructor(endpoint = "https://kesari.0xpass.io") {
constructor(endpoint = "https://tiramisu.0xpass.io") {
this.endpoint = endpoint;

@@ -44,0 +44,0 @@ }

@@ -10,3 +10,3 @@ import { Passport } from "../index";

const passport = new Passport();
expect(passport.endpoint).toBe("https://kesari.0xpass.io");
expect(passport.endpoint).toBe("https://tiramisu.0xpass.io");
});

@@ -23,3 +23,3 @@

beforeEach(() => {
passport = new Passport("https://kesari.0xpass.io");
passport = new Passport("https://tiramisu.0xpass.io");
});

@@ -49,3 +49,3 @@

beforeEach(() => {
passport = new Passport("https://kesari.0xpass.io");
passport = new Passport("https://tiramisu.0xpass.io");
});

@@ -74,3 +74,3 @@

beforeEach(() => {
passport = new Passport("https://kesari.0xpass.io");
passport = new Passport("https://tiramisu.0xpass.io");
});

@@ -77,0 +77,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