Socket
Socket
Sign inDemoInstall

@0xpass/passport-viem

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xpass/passport-viem - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

.turbo/turbo-test.log

10

CHANGELOG.md
# @0xpass/passport-viem
## 0.0.6
## 0.0.7
### Patch Changes
- Tested changeset
- cbe4009: Update prod url to tiramisu
## 0.0.7
### Patch Changes
- c8b31ce: Testing uptick of version

2

dist/constants.d.ts

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

export declare const passEndpoint = "https://kesari.0xpass.io";
export declare const passEndpoint = "https://tiramisu.0xpass.io";
//# sourceMappingURL=constants.d.ts.map

@@ -15,3 +15,3 @@ import { Chain, HttpTransport, Transport, WalletClient } from "viem";

export declare function createPassportClient(session: any, transport: Transport, chain: Chain, url?: string, account?: any): WalletClient;
export declare const PASS_ENDPOINT = "https://kesari.0xpass.io";
export declare const PASS_ENDPOINT = "https://tiramisu.0xpass.io";
//# sourceMappingURL=index.d.ts.map
import { http, createWalletClient, assertRequest, assertCurrentChain } from 'viem';
import { parseAccount } from 'viem/accounts';
const passEndpoint = "https://kesari.0xpass.io";
const passEndpoint = "https://tiramisu.0xpass.io";

@@ -6,0 +6,0 @@ const allowedMethods = [

{
"name": "@0xpass/passport-viem",
"version": "0.0.6",
"version": "0.0.7",
"description": "",

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

"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node-forge": "^1.3.5",
"jest": "^29.7.0",
"rimraf": "~5.0.0",

@@ -28,9 +30,11 @@ "rollup": "^3.21.3",

"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^29.1.1",
"tslib": "^2.3.0",
"typescript": "^5.0.4",
"@0xpass/typescript-config": "0.0.1",
"@0xpass/eslint-config": "0.0.1"
"@0xpass/eslint-config": "0.0.1",
"@0xpass/typescript-config": "0.0.1"
},
"scripts": {
"build": "pnpm run clean && pnpm run compile",
"test": "jest",
"clean": "rimraf ./dist",

@@ -37,0 +41,0 @@ "dev": "rollup --config rollup.config.js --watch",

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

export const passEndpoint = "https://kesari.0xpass.io";
export const passEndpoint = "https://tiramisu.0xpass.io";

Sorry, the diff of this file is not supported yet

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