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

@initx-plugin/git

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@initx-plugin/git - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

4

dist/index.d.ts

@@ -1,2 +0,2 @@

import { InitxHandler, InitxOptions } from '@initx-plugin/core';
import { InitxHandler, InitxCtx } from '@initx-plugin/core';

@@ -29,5 +29,5 @@ declare enum GitMatcher {

};
handle({ key }: InitxOptions, type: GitMatcher, ...others: string[]): Promise<void>;
handle({ key }: InitxCtx, type: GitMatcher, ...others: string[]): Promise<void>;
}
export { GitHandler as default };
{
"name": "@initx-plugin/git",
"type": "module",
"version": "0.0.12",
"version": "0.0.13",
"description": "initx plugin, git operations",

@@ -26,4 +26,4 @@ "author": "imba97",

"dependencies": {
"@initx-plugin/utils": "0.0.12",
"@initx-plugin/core": "0.0.12"
"@initx-plugin/utils": "0.0.13",
"@initx-plugin/core": "0.0.13"
},

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

@@ -1,4 +0,4 @@

<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>

@@ -5,0 +5,0 @@ <pre align="center">npx <b>initx &lt;something&gt;</b></pre>

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