Socket
Socket
Sign inDemoInstall

@ts-morph/common

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-morph/common - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

6

lib/ts-morph-common.d.ts

@@ -111,2 +111,5 @@ import * as ts from "typescript";

resolutionHost: ResolutionHost;
/** Provides the current project version to be used to tell if source files have
* changed. Provide this for a performance improvement. */
getProjectVersion?: () => string;
}

@@ -280,3 +283,3 @@

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

@@ -455,2 +458,3 @@

private fastGlob;
private mkdirp;
/** @inheritdoc */

@@ -457,0 +461,0 @@ delete(path: string): Promise<void>;

30

package.json
{
"name": "@ts-morph/common",
"version": "0.6.0",
"version": "0.7.0",
"description": "Common functionality for ts-morph packages.",

@@ -22,15 +22,15 @@ "main": "dist/ts-morph-common.js",

"fast-glob": "^3.2.4",
"fs-extra": "^9.0.1",
"is-negated-glob": "^1.0.0",
"multimatch": "^4.0.0",
"typescript": "~4.0.2"
"mkdirp": "^1.0.4",
"multimatch": "^5.0.0",
"typescript": "~4.1.2"
},
"devDependencies": {
"@ts-morph/scripts": "~0.2.0",
"@types/chai": "^4.2.12",
"@types/fs-extra": "^9.0.1",
"@types/chai": "^4.2.14",
"@types/is-negated-glob": "^1.0.0",
"@types/mocha": "^8.0.3",
"@types/mkdirp": "^1.0.1",
"@types/mocha": "^8.0.4",
"@types/multimatch": "^4.0.0",
"@types/node": "^14.6.0",
"@types/node": "^14.14.9",
"@types/ts-nameof": "^4.2.1",

@@ -40,10 +40,10 @@ "chai": "^4.2.0",

"dts-minify": "^0.2.0",
"mocha": "^8.1.1",
"mocha": "^8.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.26.4",
"rollup-plugin-typescript2": "^0.27.2",
"ts-morph": "npm:ts-morph@5.0.0",
"rollup": "^2.33.3",
"rollup-plugin-typescript2": "^0.29.0",
"ts-morph": "npm:ts-morph@8.2.0",
"ts-nameof": "^5.0.0",
"ts-node": "^8.10.2",
"ttypescript": "^1.5.10"
"ts-node": "^9.0.0",
"ttypescript": "^1.5.12"
},

@@ -57,3 +57,3 @@ "publishConfig": {

"fs.realpath": false,
"fs-extra": false,
"mkdirp": false,
"dir-glob": false,

@@ -60,0 +60,0 @@ "graceful-fs": false,

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc