Socket
Socket
Sign inDemoInstall

ts-morph

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-morph - npm Package Compare versions

Comparing version 6.0.3 to 7.0.0

44

package.json
{
"name": "ts-morph",
"version": "6.0.3",
"version": "7.0.0",
"description": "TypeScript compiler wrapper for static analysis and code manipulation.",

@@ -11,3 +11,3 @@ "main": "dist/ts-morph.js",

"build:declarations": "ts-node --transpile-only scripts/generation/main create-declaration-file",
"test": "cross-env TS_NODE_COMPILER=\"ttypescript\" TS_NODE_TRANSPILE_ONLY=\"true\" mocha --opts mocha.opts",
"test": "cross-env TS_NODE_COMPILER=\"ttypescript\" TS_NODE_TRANSPILE_ONLY=\"true\" mocha",
"test:debug": "yarn test --inspect-brk",

@@ -17,3 +17,3 @@ "test:watch": "yarn test --watch-extensions ts --watch",

"test:ts-versions": "ts-node --transpile-only scripts/test/testTypeScriptVersions",
"test:coverage": "cross-env TS_NODE_COMPILER=\"ttypescript\" TS_NODE_TRANSPILE_ONLY=\"true\" nyc --reporter=lcov mocha --opts mocha.opts",
"test:coverage": "cross-env TS_NODE_COMPILER=\"ttypescript\" TS_NODE_TRANSPILE_ONLY=\"true\" nyc --reporter=lcov mocha",
"test:performance": "yarn build && node ./dist/tests/performance/run.js",

@@ -68,30 +68,28 @@ "test:performance-save": "yarn test:performance --save",

"@dsherret/to-absolute-glob": "^2.0.2",
"@ts-morph/common": "~0.2.2",
"@ts-morph/common": "~0.4.0",
"code-block-writer": "^10.1.0"
},
"devDependencies": {
"@types/chai": "^4.2.4",
"@types/chai": "^4.2.9",
"@types/diff": "^4.0.2",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.6",
"@types/ts-nameof": "^4.0.0",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.1",
"@types/ts-nameof": "^4.2.1",
"@ts-morph/scripts": "~0.2.0",
"chai": "^4.2.0",
"conditional-type-checks": "^1.0.4",
"coveralls": "^3.0.7",
"cross-env": "^6.0.3",
"diff": "^4.0.1",
"mocha": "6.2.2",
"nyc": "14.1.1",
"rimraf": "^3.0.0",
"rollup": "^1.26.3",
"rollup-plugin-typescript2": "^0.25.2",
"conditional-type-checks": "^1.0.5",
"coveralls": "^3.0.9",
"cross-env": "^7.0.0",
"diff": "^4.0.2",
"mocha": "7.0.1",
"nyc": "15.0.0",
"rimraf": "^3.0.2",
"rollup": "^1.31.1",
"rollup-plugin-typescript2": "^0.26.0",
"shelljs": "^0.8.3",
"shx": "^0.3.2",
"source-map-support": "^0.5.16",
"ts-morph": "npm:ts-morph@6.0.2",
"ts-nameof": "^4.1.0",
"ts-node": "8.4.1",
"ttypescript": "1.5.8",
"typescript": "3.7.2"
"ts-nameof": "^4.2.2",
"ts-node": "8.6.2",
"ttypescript": "1.5.10",
"typescript": "~3.8.2"
},

@@ -98,0 +96,0 @@ "standard-version": {

@@ -38,5 +38,5 @@ ts-morph

* [Breaking changes](breaking-changes.md)
* [Change log](CHANGELOG.md)
* [Wrapped nodes progress report](wrapped-nodes.md)
* [Breaking changes](https://github.com/dsherret/ts-morph/blob/latest/packages/ts-morph/breaking-changes.md)
* [Change log](https://github.com/dsherret/ts-morph/blob/latest/packages/ts-morph/CHANGELOG.md)
* [Wrapped nodes progress report](https://github.com/dsherret/ts-morph/blob/latest/packages/ts-morph/wrapped-nodes.md)

@@ -94,3 +94,3 @@ ## Example

// asynchronously save all the changes above
project.save().then(() => console.log("Saved!"));
await project.save();

@@ -97,0 +97,0 @@ // get underlying compiler node from the typescript AST from any node

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

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

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

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