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

action-docs

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

action-docs - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

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

export declare type LineBreakType = "CR" | "LF" | "CRLF";
export type LineBreakType = "CR" | "LF" | "CRLF";
export declare function getLineBreak(lineBreakType: LineBreakType): string;
export declare function getLineBreakType(value: string): LineBreakType;
{
"name": "action-docs",
"version": "1.1.0",
"version": "1.1.1",
"description": "Generate GitHub action docs based on action.yml",

@@ -68,3 +68,3 @@ "main": "lib/index.js",

"nyc": "^15.1.0",
"prettier": "2.7.1",
"prettier": "2.8.1",
"semantic-release": "^19.0.5",

@@ -71,0 +71,0 @@ "ts-jest": "^27.0.5",