Socket
Socket
Sign inDemoInstall

@ts-morph/bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-morph/bootstrap - npm Package Compare versions

Comparing version 0.10.1 to 0.11.0

2

dist-deno/ts-morph-bootstrap.js

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

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

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

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

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

"dependencies": {
"@ts-morph/common": "~0.10.1"
"@ts-morph/common": "~0.11.0"
},
"devDependencies": {
"@types/chai": "^4.2.18",
"@types/mocha": "^8.2.2",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/ts-nameof": "^4.2.1",

@@ -33,10 +33,10 @@ "@ts-morph/scripts": "~0.2.0",

"cross-env": "^7.0.3",
"mocha": "^8.4.0",
"mocha": "^9.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.50.1",
"rollup": "^2.56.3",
"rollup-plugin-typescript2": "^0.30.0",
"ts-nameof": "^5.0.0",
"ts-node": "^10.0.0",
"ts-node": "^10.2.1",
"ttypescript": "^1.5.12",
"typescript": "~4.3.5"
"typescript": "~4.4.2"
},

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

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