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.15.1 to 2.18.0

2

dist/js-doc.js

@@ -38,5 +38,5 @@ "use strict";

paramName,
comment: tag.comment,
comment: typeof tag.comment === 'string' ? tag.comment : undefined,
optional
};
}

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

paramName: paramName,
comment: tag.comment,
comment: typeof tag.comment === 'string' ? tag.comment : undefined,
optional: optional
};
}
{
"name": "ts-lib-utils",
"version": "2.15.1",
"version": "2.18.0",
"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