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
0
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.16 to 0.0.17

8

dist/index.d.ts

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

import { InitxHandler, InitxCtx } from '@initx-plugin/core';
import { InitxPlugin, InitxContext } from '@initx-plugin/core';
declare class GpgHandler extends InitxHandler {
declare class GpgPlugin extends InitxPlugin {
matchers: {

@@ -8,3 +8,3 @@ matching: string;

};
handle(_ctx: InitxCtx, type: string, ...others: string[]): Promise<void>;
handle(_ctx: InitxContext, type: string, ...others: string[]): Promise<void>;
findKey(): Promise<any>;

@@ -16,2 +16,2 @@ importKey(): Promise<void>;

export { GpgHandler as default };
export { GpgPlugin as default };
{
"name": "@initx-plugin/gpg",
"type": "module",
"version": "0.0.16",
"version": "0.0.17",
"description": "initx plugin, gpg key management",

@@ -33,5 +33,5 @@ "author": "imba97",

"@types/fs-extra": "^11.0.4",
"@types/node": "^22.8.6",
"bumpp": "^9.8.0",
"eslint": "^9.13.0",
"@types/node": "^22.9.0",
"bumpp": "^9.8.1",
"eslint": "^9.14.0",
"lint-staged": "^15.2.10",

@@ -38,0 +38,0 @@ "simple-git-hooks": "^2.11.1",

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