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.22 to 0.0.23

7

lib/index.js

@@ -769,7 +769,4 @@ // src/comments.ts

return declaration.readonlyToken.kind !== ts12.SyntaxKind.MinusToken;
return isPropertyReadonlyInType(
type.modifiersType,
name,
typeChecker
);
const { modifiersType } = type;
return modifiersType && isPropertyReadonlyInType(modifiersType, name, typeChecker);
}

@@ -776,0 +773,0 @@ function isCallback(typeChecker, param, node) {

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

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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