Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

typedoc-plugin-resolve-crossmodule-references

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

typedoc-plugin-resolve-crossmodule-references - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

3

dist/index.js

@@ -20,2 +20,5 @@ "use strict";

}
if (reflection instanceof typedoc_1.TypeParameterReflection) {
recursivelyFixTyped(project, reflection, 'default', fileNameToModule);
}
}

@@ -22,0 +25,0 @@ function recursivelyFixTyped(project, typed, f, fileNameToModule) {

10

package.json
{
"name": "typedoc-plugin-resolve-crossmodule-references",
"version": "0.3.0",
"version": "0.3.1",
"description": "TypeDoc plugin for resolving cross module reference in a mono-repository",

@@ -31,4 +31,4 @@ "main": "dist",

"@tsconfig/node16": "^1.0.3",
"@types/node": "^18.0.6",
"ava": "^4.3.1",
"@types/node": "^18.8.4",
"ava": "^4.3.3",
"prettier": "^2.7.1",

@@ -40,4 +40,4 @@ "rimraf": "^3.0.2",

"tslint-plugin-prettier": "^2.3.0",
"typedoc": "^0.23.8",
"typescript": "^4.7.4"
"typedoc": "^0.23.16",
"typescript": "^4.8.4"
},

@@ -44,0 +44,0 @@ "scripts": {

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