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

typedoc-plugin-typescript-declaration

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc-plugin-typescript-declaration - npm Package Compare versions

Comparing version 0.2.12 to 0.2.13

6

dist/index.js

@@ -1404,2 +1404,8 @@ 'use strict';

}
else if (!a.suffix && b.suffix) {
return 1;
}
else if (a.suffix && !b.suffix) {
return -1;
}
else if ((a.suffix || '') > (b.suffix || '')) {

@@ -1406,0 +1412,0 @@ return 1;

2

package.json
{
"name": "typedoc-plugin-typescript-declaration",
"version": "0.2.12",
"version": "0.2.13",
"description": "Typedoc plugin to render to typescript declaration file",

@@ -5,0 +5,0 @@ "main": "dist/index.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