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.22.0 to 0.23.0

10

dist/ts-morph-bootstrap.js

@@ -403,19 +403,19 @@ 'use strict';

Object.defineProperty(exports, 'CompilerOptionsContainer', {
Object.defineProperty(exports, "CompilerOptionsContainer", {
enumerable: true,
get: function () { return common.CompilerOptionsContainer; }
});
Object.defineProperty(exports, 'InMemoryFileSystemHost', {
Object.defineProperty(exports, "InMemoryFileSystemHost", {
enumerable: true,
get: function () { return common.InMemoryFileSystemHost; }
});
Object.defineProperty(exports, 'ResolutionHosts', {
Object.defineProperty(exports, "ResolutionHosts", {
enumerable: true,
get: function () { return common.ResolutionHosts; }
});
Object.defineProperty(exports, 'SettingsContainer', {
Object.defineProperty(exports, "SettingsContainer", {
enumerable: true,
get: function () { return common.SettingsContainer; }
});
Object.defineProperty(exports, 'ts', {
Object.defineProperty(exports, "ts", {
enumerable: true,

@@ -422,0 +422,0 @@ get: function () { return common.ts; }

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

@@ -27,17 +27,17 @@ "keywords": [

"dependencies": {
"@ts-morph/common": "~0.22.0"
"@ts-morph/common": "~0.23.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.5",
"@types/chai": "^4.3.11",
"@rollup/plugin-typescript": "^11.1.6",
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"@types/node": "^20.11.25",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"mocha": "^10.2.0",
"mocha": "^10.3.0",
"rimraf": "^5.0.5",
"rollup": "=4.5.2",
"ts-node": "^10.9.1",
"rollup": "=4.12.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "~5.3.2"
"typescript": "~5.4.2"
},

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

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