Socket
Socket
Sign inDemoInstall

ts-api-utils

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-api-utils - npm Package Compare versions

Comparing version 0.0.38 to 0.0.39

lib/index.d.cts

11

package.json
{
"name": "ts-api-utils",
"version": "0.0.38",
"version": "0.0.39",
"description": "Utility functions for working with TypeScript's API. Successor to the wonderful tsutils.",

@@ -14,3 +14,6 @@ "repository": {

".": {
"types": "./lib/index.d.ts",
"types": {
"import": "./lib/index.d.ts",
"require": "./lib/index.d.cts"
},
"import": "./lib/index.js",

@@ -28,3 +31,3 @@ "require": "./lib/index.cjs"

"scripts": {
"build": "tsup src/index.ts --clean --format cjs,esm --outDir lib --dts",
"build": "tsup src/index.ts --clean --format cjs,esm --outDir lib --dts && cp lib/index.d.ts lib/index.d.cts",
"docs": "typedoc",

@@ -67,3 +70,3 @@ "docs:serve": "http-serve docs/generated",

"eslint-plugin-typescript-sort-keys": "^2.1.0",
"eslint-plugin-vitest": "^0.0.34",
"eslint-plugin-vitest": "^0.0.44",
"http-serve": "^1.0.1",

@@ -70,0 +73,0 @@ "husky": "^8.0.3",

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