Socket
Socket
Sign inDemoInstall

@capacitor/docgen

Package Overview
Dependencies
Maintainers
8
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/docgen - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

4

dist/formatting.js

@@ -84,2 +84,6 @@ "use strict";

}
const ta = data.typeAliases.find(ta => ta.name === t);
if (ta) {
return `<a href="#${ta.slug}">${token}</a>`;
}
const e = data.enums.find(e => e.name === t || e.members.some(m => e.name + '.' + m.name === t));

@@ -86,0 +90,0 @@ if (e) {

2

dist/parse.js

@@ -254,3 +254,3 @@ "use strict";

const TYPE_FORMAT_FLAGS = typescript_1.default.TypeFormatFlags.NoTruncation |
typescript_1.default.TypeFormatFlags.InTypeAlias |
typescript_1.default.TypeFormatFlags.NoTypeReduction |
typescript_1.default.TypeFormatFlags.InElementType;

@@ -257,0 +257,0 @@ return checker.typeToString(type, undefined, TYPE_FORMAT_FLAGS);

{
"name": "@capacitor/docgen",
"version": "0.0.12",
"version": "0.0.13",
"description": "Docs Readme Markdown and JSON Generator for Capacitor Plugins",

@@ -5,0 +5,0 @@ "keywords": [

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