Socket
Socket
Sign inDemoInstall

ts-lib-utils

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.13.2 to 2.13.4

8

es/js-doc.js

@@ -46,5 +46,7 @@ import { __values } from "tslib";

var typeExpression = tag.typeExpression;
type = typeExpression.type;
paramName = tag.name.text;
optional = tag.isBracketed;
if (typeExpression) {
type = typeExpression.type;
paramName = tag.name.text;
optional = tag.isBracketed;
}
}

@@ -51,0 +53,0 @@ return {

{
"name": "ts-lib-utils",
"version": "2.13.2",
"version": "2.13.4",
"description": "Utils to develop library using typescript",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc