New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@didtools/pkh-ethereum

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@didtools/pkh-ethereum - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

dist/authmethod.js

@@ -10,3 +10,3 @@ import { Cacao, SiweMessage } from '@didtools/cacao';

async function getAuthMethod(ethProvider, account) {
if (typeof window !== 'undefined') throw new Error('Web Auth method requires browser environment');
if (typeof window == 'undefined') throw new Error('Web Auth method requires browser environment');
const domain = window.location.hostname;

@@ -13,0 +13,0 @@ return async (opts)=>{

{
"name": "@didtools/pkh-ethereum",
"version": "0.0.1",
"version": "0.0.2",
"author": "3Box Labs",

@@ -5,0 +5,0 @@ "license": "(Apache-2.0 OR MIT)",

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