You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

node-scripts-docs

Package Overview
Dependencies
Maintainers
1
Versions
331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-scripts-docs - npm Package Compare versions

Comparing version

to
1.0.0

output/__snapshots__/DocumentationRenderer.test.js.snap

14

package.json
{
"name": "node-scripts-docs",
"version": "0.2.0",
"version": "1.0.0",
"description": "Generate documentation for your `package.json` scripts.",

@@ -25,2 +25,3 @@ "license": "UNLICENSED",

"npm:publish": "yarn build && npm publish",
"npm:publish:major": "yarn build && npm version major && npm publish",
"npm:publish:minor": "yarn build && npm version minor && npm publish",

@@ -34,3 +35,3 @@ "npm:publish:patch": "yarn build && npm version patch && npm publish",

"elapsed-time": "0.0.1",
"globby": "^13.2.2",
"globby": "13.2.2",
"marked": "9.1.2",

@@ -41,5 +42,5 @@ "minimist": "1.2.8",

"devDependencies": {
"@types/jest": "^29.5.4",
"@types/jest": "29.5.6",
"@types/minimist": "1.2.4",
"@types/node": "20.8.7",
"@types/node": "20.8.9",
"eslint": "8.52.0",

@@ -63,3 +64,6 @@ "jest": "29.7.0",

],
"packageManager": "yarn@3.6.4"
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.0.0"
}