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 13.0.3 to 14.0.0

26

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

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

"test:ts-versions": "deno run -A scripts/test/testTypeScriptVersions.ts",
"type-check": "npm run type-check:library && npm run type-check:scripts",
"type-check:library": "deno run -A scripts/typeCheckLibrary.ts",
"type-check:scripts": "tsc --noEmit --project scripts/tsconfig.json",
"type-check": "deno run -A scripts/typeCheckLibrary.ts",
"code-generate": "deno run -A scripts/generation/main.ts",

@@ -50,20 +48,20 @@ "output-wrapped-nodes": "deno run -A scripts/generation/outputWrappedNodesInfo.ts",

"dependencies": {
"@ts-morph/common": "~0.12.3",
"@ts-morph/common": "~0.13.0",
"code-block-writer": "^11.0.0"
},
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/diff": "^5.0.1",
"@types/mocha": "^9.0.0",
"@types/chai": "^4.3.0",
"@types/diff": "^5.0.2",
"@types/mocha": "^9.1.0",
"@types/node": "^16.11.7",
"chai": "^4.3.4",
"chai": "^4.3.6",
"conditional-type-checks": "^1.0.5",
"cross-env": "^7.0.3",
"diff": "^5.0.0",
"mocha": "9.1.3",
"mocha": "9.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.60.0",
"rollup-plugin-typescript2": "^0.31.0",
"ts-node": "10.4.0",
"typescript": "~4.5.2"
"rollup": "^2.69.0",
"rollup-plugin-typescript2": "^0.31.2",
"ts-node": "10.6.0",
"typescript": "~4.6.2"
},

@@ -70,0 +68,0 @@ "standard-version": {

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