Socket
Socket
Sign inDemoInstall

@ts-morph/bootstrap

Package Overview
Dependencies
24
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.16.0 to 0.17.0

2

dist-deno/ts-morph-bootstrap.js

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

import { DocumentRegistry, StringUtils, ts, FileUtils, Memoize, TransactionalFileSystem, TsConfigResolver, errors, InMemoryFileSystemHost, RealFileSystemHost, CompilerOptionsContainer, createHosts, runtime, createModuleResolutionHost } from '@ts-morph/common';
import { DocumentRegistry, StringUtils, ts, FileUtils, TransactionalFileSystem, TsConfigResolver, errors, InMemoryFileSystemHost, RealFileSystemHost, CompilerOptionsContainer, createHosts, runtime, createModuleResolutionHost, Memoize } from '@ts-morph/common';
export { CompilerOptionsContainer, InMemoryFileSystemHost, ResolutionHosts, SettingsContainer, ts } from '@ts-morph/common';

@@ -3,0 +3,0 @@

{
"name": "@ts-morph/bootstrap",
"version": "0.16.0",
"version": "0.17.0",
"description": "API for getting quickly set up with the TypeScript Compiler API.",

@@ -23,6 +23,6 @@ "keywords": ["typescript", "compiler", "bootstrap"],

"dependencies": {
"@ts-morph/common": "~0.16.0"
"@ts-morph/common": "~0.17.0"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",

@@ -33,6 +33,6 @@ "chai": "^4.3.6",

"rimraf": "^3.0.2",
"rollup": "^2.75.5",
"rollup-plugin-typescript2": "^0.32.0",
"ts-node": "^10.8.1",
"typescript": "~4.7.3"
"rollup": "^2.78.1",
"rollup-plugin-typescript2": "^0.33.0",
"ts-node": "^10.9.1",
"typescript": "~4.8.2"
},

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

Sorry, the diff of this file is not supported yet

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