Socket
Socket
Sign inDemoInstall

@ts-morph/common

Package Overview
Dependencies
23
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.18.0 to 0.18.1

8

lib/ts-morph-common.d.ts

@@ -123,3 +123,3 @@ import * as ts from "./typescript";

/** @inheritdoc */
compareTo(a: string, b: string): 1 | -1 | 0;
compareTo(a: string, b: string): 0 | 1 | -1;
}

@@ -285,3 +285,3 @@

*/
export declare type ResolutionHostFactory = (moduleResolutionHost: ts.ModuleResolutionHost, getCompilerOptions: () => ts.CompilerOptions) => ResolutionHost;
export type ResolutionHostFactory = (moduleResolutionHost: ts.ModuleResolutionHost, getCompilerOptions: () => ts.CompilerOptions) => ResolutionHost;

@@ -754,3 +754,3 @@ /** Collection of reusable resolution hosts. */

/** Nominal type to denote a file path that has been standardized. */
export declare type StandardizedFilePath = string & {
export type StandardizedFilePath = string & {
_standardizedFilePathBrand: undefined;

@@ -1041,3 +1041,3 @@ };

*/
export declare type EventContainerSubscription<EventArgType> = (arg: EventArgType) => void;
export type EventContainerSubscription<EventArgType> = (arg: EventArgType) => void;

@@ -1044,0 +1044,0 @@ /**

{
"name": "@ts-morph/common",
"version": "0.18.0",
"version": "0.18.1",
"description": "Common functionality for ts-morph packages.",

@@ -37,6 +37,6 @@ "main": "dist/ts-morph-common.js",

"rimraf": "^3.0.2",
"rollup": "^3.3.0",
"rollup": "=2.78.1",
"rollup-plugin-typescript2": "^0.34.1",
"ts-node": "^10.9.1",
"typescript": "4.9.3"
"typescript": "4.9.4"
},

@@ -43,0 +43,0 @@ "publishConfig": {

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

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc