Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ts-api-utils

Package Overview
Dependencies
Maintainers
1
Versions
40
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 1.0.0-beta to 1.0.0

4

lib/index.js

@@ -920,2 +920,5 @@ // src/comments.ts

}
function intersectionTypeParts(type) {
return isIntersectionType(type) ? type.types : [type];
}
function isReadonlyPropertyIntersection(type, name, typeChecker) {

@@ -1033,2 +1036,3 @@ const typeParts = isIntersectionType(type) ? type.types : [type];

includesModifier,
intersectionTypeParts,
isAbstractKeyword,

@@ -1035,0 +1039,0 @@ isAccessExpression,

2

package.json
{
"name": "ts-api-utils",
"version": "1.0.0-beta",
"version": "1.0.0",
"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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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