Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aa-passkey

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aa-passkey - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

4

cli.ts

@@ -10,4 +10,4 @@ const { Command } = require('commander');

.name(data.name)
.description('A simple CLI app with subcommands')
.version('1.0.0');
.description(data.description)
.version(data.version);

@@ -14,0 +14,0 @@ // Subcommand for greeting

{
"name": "aa-passkey",
"description": "aa-passkey is used to create and use EIP-4337 account with passkey to interactive with the Ethereum world.",
"version": "0.0.2",
"version": "0.0.4",
"bin": "./cli",

@@ -13,3 +13,3 @@ "file": [

"prepublish": "bun build ./cli.ts --compile --outfile cli",
"publish": "npm publish --access public"
"pub": "npm run prepublish && npm publish --access public"
},

@@ -16,0 +16,0 @@ "type": "module",

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