Socket
Socket
Sign inDemoInstall

typedoc

Package Overview
Dependencies
Maintainers
2
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc - npm Package Compare versions

Comparing version 0.3.12 to 0.4.0

index.js

46

package.json
{
"name": "typedoc",
"description": "Create api documentations for typescript projects.",
"version": "0.3.12",
"version": "0.4.0",
"homepage": "http://typedoc.io",

@@ -14,9 +14,9 @@ "bin": {

},
"license" : "Apache-2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/sebastian-lenz/TypeDoc.git"
"url": "git://github.com/TypeStrong/TypeDoc.git"
},
"bugs": {
"url": "https://github.com/sebastian-lenz/TypeDoc/issues"
"url": "https://github.com/TypeStrong/TypeDoc/issues"
},

@@ -26,3 +26,3 @@ "licenses": [

"type": "Apache-2.0",
"url": "https://github.com/sebastian-lenz/TypeDoc/blob/master/LICENSE"
"url": "https://github.com/TypeStrong/TypeDoc/blob/master/LICENSE"
}

@@ -34,29 +34,35 @@ ],

"dependencies": {
"typescript": "1.6.2",
"typedoc-default-themes": "0.3.4",
"fs-extra": "^0.22.1",
"minimatch": "^2.0.10",
"handlebars": "3.0.3",
"marked": "^0.3.3",
"highlight.js": "^8.6.0",
"shelljs": "^0.5.1",
"progress": "^1.1.8"
"fs-extra": "^0.26.2",
"handlebars": "4.0.5",
"highlight.js": "^9.0.0",
"lodash": "^3.10.1",
"marked": "^0.3.5",
"minimatch": "^3.0.0",
"progress": "^1.1.8",
"shelljs": "^0.5.3",
"typedoc-default-themes": "^0.4.0",
"typescript": "1.8.10"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-string-replace": "^1.2.0",
"grunt-ts": "^4.2.0",
"grunt-mocha-istanbul": "^2.4.0",
"istanbul": "^0.3.17",
"mocha": "^2.2.5"
"grunt-ts": "^5.3.0-beta.2",
"istanbul": "^0.4.1",
"mocha": "^2.3.4"
},
"files": [
"bin",
"lib",
"tasks",
"index.js",
"LICENSE"
],
"scripts": {
"test": "mocha"
"test": "mocha",
"build": "grunt build_and_test",
"prepublish": "npm run build"
},

@@ -63,0 +69,0 @@ "keywords": [

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