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

commentjs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commentjs - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.npmignore

49

package.json
{
"name": "commentjs",
"version": "0.0.0",
"description": "",
"main": "commentjs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"description": "Simple API Documentation Generator",
"version": "0.0.1",
"author": "Denis Ciccale (@tdecs)",
"homepage": "http://github.com/dciccale/comment.js",
"repository": {
"type": "git",
"url": "https://github.com/dciccale/comment.js.git"
},
"author": "Denis Ciccale (@tdecs)",
"license": "MIT"
"bugs": {
"url": "http://github.com/dciccale/comment.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/dciccale/comment.js/blob/master/LICENSE.txt"
}
],
"main": "./lib/comment",
"bin": {
"commentjs": "./bin/commentjs"
},
"dependencies": {
"dot": "~1.0.2",
"chalk": "~0.4.0",
"glob": "~3.2.9",
"rimraf": "~2.2.6"
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-stylus": "~0.19.0",
"grunt-contrib-watch": "~0.6.1"
},
"keywords": [
"documentation",
"javascript",
"comment",
"api"
],
"engines": [
"node >= 0.8.0"
],
"preferGlobal": true
}
commentjs.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