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.12 to 0.0.13

8

package.json
{
"name": "initx",
"type": "module",
"version": "0.0.12",
"description": "More convenient initialization engine",
"version": "0.0.13",
"description": "A more convenient scripting engine",
"author": "imba97",

@@ -29,4 +29,4 @@ "license": "MIT",

"inquirer": "^12.0.0",
"@initx-plugin/core": "0.0.12",
"@initx-plugin/utils": "0.0.12"
"@initx-plugin/core": "0.0.13",
"@initx-plugin/utils": "0.0.13"
},

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

@@ -1,7 +0,9 @@

<h1 align="center">init 🛠</h1>
<h1 align="center">initx ⚙️</h1>
<p align="center"><code>initx</code> More convenient initialization engine</p>
<p align="center"><code>initx</code> A more convenient scripting engine</p>
<pre align="center">npx <b>initx &lt;something&gt;</b></pre>
# Plugins
## Git

@@ -95,1 +97,10 @@

```
# Acknowledgement
- [cac](https://github.com/cacjs/cac)
- [execa](https://github.com/sindresorhus/execa)
- [importx](https://github.com/antfu-collective/importx)
- [inquirer](https://github.com/SBoudrias/Inquirer.js)
- [picocolors](https://github.com/alexeyraspopov/picocolors)
- [which](https://github.com/npm/node-which)

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