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

ndoc

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ndoc - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

HISTORY.md

@@ -0,5 +1,11 @@

1.0.1 / 2011-12-07
------------------
* Fixed default "view source" link for github
1.0.0 / 2011-12-07
------------------
* Total refactoring + feature-compleete now
* Total refactoring + feature-complete now
* Skin rewrite

@@ -6,0 +12,0 @@ * `Prototype` as test

58

package.json
{
"name" : "ndoc",
"description" : "pdoc made in node.js",
"version" : "1.0.0",
"homepage" : "https://github.com/nodeca/ndoc",
"author" : "Vladimir Dronnikov <dronnikov@gmail.com>",
"constributors": [ "Aleksey V Zapparov <ixti@member.fsf.org> (http://www.ixti.net/)" ],
"bugs" : { "url": "https://github.com/nodeca/ndoc/issues" },
"license" : { "type": "MIT", "url": "https://github.com/nodeca/ndoc/blob/master/LICENSE" },
"repository" : { "type": "git", "url": "git://github.com/nodeca/ndoc.git" },
"bin" : { "ndoc": "bin/ndoc" },
"engines" : { "node": "> 0.4.11 < 0.7.0" },
"dependencies": {
"nomnom" : "1.5.1",
"jade" : "0.18.0",
"marked" : "0.1.4",
"fs-tools" : "0.1.0"
},
"devDependencies": {
"jison" : "0.2.12",
"stylus" : "0.19.3"
},
"preferGlobal": true
"name" : "ndoc",
"version" : "1.0.1",
"description" : "JavaScript API documentor with simple syntax that generates human-friendly documentation.",
"keywords" : [
"api", "doc", "apidoc", "jsdoc", "autodoc",
"documentation", "documentor", "pdoc", "prototype"
],
"homepage" : "https://github.com/nodeca/ndoc",
"author" : "Vladimir Dronnikov <dronnikov@gmail.com>",
"constributors" : [
"Vitaly Puzrin (http://rcdesign.ru)",
"Aleksey V Zapparov <ixti@member.fsf.org> (http://www.ixti.net/)"
],
"bugs" : { "url": "https://github.com/nodeca/ndoc/issues" },
"license" : { "type": "MIT", "url": "https://github.com/nodeca/ndoc/blob/master/LICENSE" },
"repository" : { "type": "git", "url": "git://github.com/nodeca/ndoc.git" },
"bin" : { "ndoc": "bin/ndoc" },
"main" : "./lib/index.js",
"dependencies" : {
"nomnom" : "1.5.1",
"jade" : "0.18.0",
"marked" : "0.1.4",
"fs-tools" : "0.1.0"
},
"devDependencies" : {
"jison" : "0.2.12",
"stylus" : "0.19.3"
},
"engines" : { "node": "> 0.4.11" },
"preferGlobal" : true
}

Sorry, the diff of this file is not supported yet

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