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.9 to 0.0.10

4

dist/index.d.ts

@@ -29,5 +29,5 @@ import { InitxHandler, InitxOptions } from '@initx-plugin/core';

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

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

"dependencies": {
"@initx-plugin/core": "0.0.9",
"@initx-plugin/utils": "0.0.9"
"@initx-plugin/utils": "0.0.10",
"@initx-plugin/core": "0.0.10"
},

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

@@ -9,3 +9,3 @@ <h1 align="center">init 🛠</h1>

Git 相关操作
Git plugin for `initx`

@@ -12,0 +12,0 @@ ## Documentation

Sorry, the diff of this file is not supported yet

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