🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

keypick

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keypick - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+2
-2
package.json
{
"name": "keypick",
"version": "0.1.1",
"version": "0.1.2",
"description": "Cross-platform, biometric-secured API key vault manager powered by SOPS + age",

@@ -21,3 +21,3 @@ "type": "module",

"typecheck": "tsc --noEmit",
"build": "bun build src/main.ts --target bun --outfile dist/keypick.js --banner \"#!/usr/bin/env bun\"",
"build": "bun build src/main.ts --target bun --outfile dist/keypick.js",
"prepublishOnly": "bun run typecheck && bun run build"

@@ -24,0 +24,0 @@ },

Sorry, the diff of this file is too big to display