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

apidoc-light

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apidoc-light - npm Package Compare versions

Comparing version 0.52.0 to 0.53.0

28

package.json
{
"name": "apidoc-light",
"version": "0.52.0",
"version": "0.53.0",
"description": "RESTful web API Documentation Generator",

@@ -21,8 +21,2 @@ "author": {

},
"scripts": {
"eslint": "./node_modules/.bin/eslint --ext js,mjs lib",
"pre-commit": "npm run eslint && npm run test",
"serve": "npm run build-example && docker run --rm --name apidoc -p 8080:80 -v /tmp/apidoc-output:/usr/share/nginx/html:ro -d nginx",
"test": "mocha --colors --no-package --no-config 'test/**/*_test.*js'"
},
"keywords": [

@@ -54,17 +48,23 @@ "api",

"semver": "^7.3.7",
"winston": "^3.8.1"
"winston": "^3.8.2"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/lodash": "^4.14.185",
"@types/mocha": "^9.1.1",
"@types/node": "^18.6.1",
"eslint": "^8.20.0",
"@types/node": "^18.7.18",
"eslint": "^8.23.1",
"eslint-config-recommended": "^4.1.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-promise": "^6.0.1",
"mocha": "^10.0.0"
},
"scripts": {
"eslint": "./node_modules/.bin/eslint --ext js,mjs lib",
"pre-commit": "npm run eslint && npm run test",
"serve": "npm run build-example && docker run --rm --name apidoc -p 8080:80 -v /tmp/apidoc-output:/usr/share/nginx/html:ro -d nginx",
"test": "mocha --colors --no-package --no-config 'test/**/*_test.*js'"
}
}
}
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