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

@initx-plugin/gpg

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@initx-plugin/gpg - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

35

package.json
{
"name": "@initx-plugin/gpg",
"type": "module",
"version": "0.0.13",
"version": "0.0.14",
"description": "initx plugin, gpg key management",
"author": "imba97",
"license": "MIT",
"homepage": "https://github.com/imba97/initx#readme",
"homepage": "https://github.com/initx-collective/initx-plugin-gpg#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/imba97/initx"
"url": "git@github.com:initx-collective/initx-plugin-gpg.git"
},
"bugs": {
"url": "https://github.com/imba97/initx/issues"
"url": "https://github.com/initx-collective/initx-plugin-gpg/issues"
},

@@ -26,12 +26,31 @@ "keywords": [

"dependencies": {
"@initx-plugin/core": "0.0.13",
"@initx-plugin/utils": "0.0.13"
"@initx-plugin/core": "^0.0.13",
"@initx-plugin/utils": "^0.0.13",
"fs-extra": "^11.2.0",
"inquirer": "^12.0.1"
},
"devDependencies": {
"inquirer": "^12.0.0"
"@imba97/eslint-config": "^0.0.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.7.9",
"bumpp": "^9.7.1",
"eslint": "^9.13.0",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
"typescript": "5.5.4",
"unbuild": "^2.0.0",
"vitest": "^2.1.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --cache --flag unstable_ts_config --fix"
},
"scripts": {
"stub": "unbuild --stub",
"build": "unbuild"
"build": "unbuild",
"lint": "eslint --cache --flag unstable_ts_config",
"release": "bumpp"
}
}

@@ -13,2 +13,2 @@ <h1 align="center">initx ⚙️</h1>

[initx](https://github.com/imba97/initx)
[initx](https://github.com/initx-collective/initx)

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