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

action-docs

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

action-docs - npm Package Compare versions

Comparing version 0.1.0-beta.5 to 0.1.0-beta.6

12

package.json
{
"name": "action-docs",
"version": "0.1.0-beta.5",
"version": "0.1.0-beta.6",
"description": "Generate GitHub action docs based on action.yml",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"action-docs": "dist/cli.js"
"action-docs": "lib/cli.js"
},

@@ -42,3 +42,3 @@ "scripts": {

"files": [
"dist/**/*",
"lib/**/*",
"README.md"

@@ -77,4 +77,4 @@ ],

"directories": {
"dist": "dist"
"dist": "lib"
}
}
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