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

ts-morph

Package Overview
Dependencies
Maintainers
1
Versions
83
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 7.1.2 to 7.1.3

4

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

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

"@dsherret/to-absolute-glob": "^2.0.2",
"@ts-morph/common": "~0.5.1",
"@ts-morph/common": "~0.5.2",
"code-block-writer": "^10.1.0"

@@ -69,0 +69,0 @@ },

@@ -1,3 +0,2 @@

ts-morph
========
# ts-morph

@@ -15,4 +14,4 @@ [![npm version](https://badge.fury.io/js/ts-morph.svg)](https://badge.fury.io/js/ts-morph)

* [Documentation](https://ts-morph.com/)
* [Declaration file](lib/ts-morph.d.ts)
- [Documentation](https://ts-morph.com/)
- [Declaration file](lib/ts-morph.d.ts)

@@ -39,8 +38,9 @@ ## Main Features

* [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)
- [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)
## Example
<!-- dprint-ignore -->
```ts

@@ -65,4 +65,4 @@ import { Project, StructureKind } from "ts-morph";

isExported: true,
members: [{ name: "member" }]
}]
members: [{ name: "member" }],
}],
});

@@ -82,4 +82,4 @@

name: "myProp",
type: "number"
}]
type: "number",
}],
});

@@ -91,3 +91,3 @@

name: "myProp",
initializer: "5"
initializer: "5",
});

@@ -94,0 +94,0 @@

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