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

initx

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

initx - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

10

package.json
{
"name": "initx",
"type": "module",
"version": "0.0.10",
"version": "0.0.11",
"description": "More convenient initialization tool",

@@ -29,6 +29,6 @@ "author": "imba97",

"inquirer": "^12.0.0",
"@initx-plugin/core": "0.0.10",
"@initx-plugin/cp": "0.0.10",
"@initx-plugin/gpg": "0.0.10",
"@initx-plugin/git": "0.0.10"
"@initx-plugin/core": "0.0.11",
"@initx-plugin/cp": "0.0.11",
"@initx-plugin/gpg": "0.0.11",
"@initx-plugin/git": "0.0.11"
},

@@ -35,0 +35,0 @@ "scripts": {

@@ -38,6 +38,4 @@ <h1 align="center">init 🛠</h1>

```bash
# Enable
# npx initx gpg [true|false]
npx initx gpg true
# Disable
npx initx gpg false
```

@@ -47,3 +45,3 @@

Select `Import or Export GPG key`
Select `GPG key management`

@@ -63,4 +61,4 @@ ### GPG import

```bash
# npx initx gpg export key_id filename
npx initx gpg export 92038B3E14C0D332542FB082B851A3E43D739400 home
# npx initx gpg export [filename]?
npx initx gpg export home
```

@@ -70,2 +68,11 @@

### GPG delete
Delete the public key and private key
```bash
# npx initx gpg delete [public|private]?
npx initx gpg delete
```
## Clipboard

@@ -72,0 +79,0 @@

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