Socket
Socket
Sign inDemoInstall

@secretlint/messages-to-markdown

Package Overview
Dependencies
2
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-beta.66 to 7.0.0-beta.68

14

module/cli.d.ts

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

import meow from "meow";
export declare const cli: meow.Result<{
export declare const cli: import("meow").Result<{
headerLevel: {

@@ -8,10 +7,5 @@ type: "number";

}>;
export declare const run: (input?: string[], flags?: meow.TypedFlags<{
headerLevel: {
type: "number";
default: number;
};
}> & {
[name: string]: unknown;
}) => string;
export declare const run: (input?: string[], flags?: {
headerLevel: number;
} & Record<string, unknown>) => string;
//# sourceMappingURL=cli.d.ts.map

@@ -21,2 +21,3 @@ import meow from "meow";

autoVersion: true,
importMeta: import.meta,
});

@@ -23,0 +24,0 @@ export const run = (input = cli.input, flags = cli.flags) => {

{
"name": "@secretlint/messages-to-markdown",
"version": "7.0.0-beta.66+80b34645",
"version": "7.0.0-beta.68+ee3329c6",
"description": "Create Markdown text from rule's messages(ids)",

@@ -56,4 +56,4 @@ "keywords": [

"dependencies": {
"@secretlint/types": "^7.0.0-beta.66+80b34645",
"meow": "^6.1.1"
"@secretlint/types": "^7.0.0-beta.68+ee3329c6",
"meow": "^12.0.1"
},

@@ -76,3 +76,3 @@ "devDependencies": {

},
"gitHead": "80b3464501f822775d4bbddc69199ce90959d310"
"gitHead": "ee3329c6d0bec20bcaf20b70869aac115ea9111e"
}

@@ -24,2 +24,3 @@ import meow from "meow";

autoVersion: true,
importMeta: import.meta,
}

@@ -26,0 +27,0 @@ );

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc