Socket
Socket
Sign inDemoInstall

tspoon

Package Overview
Dependencies
Maintainers
9
Versions
410
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tspoon - npm Package Compare versions

Comparing version 1.0.90 to 1.0.91

4

dist/src/chainable-hosts.js

@@ -110,3 +110,5 @@ "use strict";

SemanticHost.prototype.directoryExists = function (directoryName) {
return null;
return this.source.directoryExists
? this.source.directoryExists(directoryName)
: true;
};

@@ -113,0 +115,0 @@ SemanticHost.prototype.acquireDocument = function (fileName, compilationSettings, scriptSnapshot, version) {

{
"private": false,
"name": "tspoon",
"version": "1.0.90",
"version": "1.0.91",
"description": "AST visitors for Typescript",

@@ -6,0 +6,0 @@ "main": "./dist/src/index.js",

@@ -115,3 +115,5 @@ import * as ts from 'typescript';

directoryExists(directoryName:string):boolean {
return null;
return this.source.directoryExists
? this.source.directoryExists(directoryName)
: true;
}

@@ -118,0 +120,0 @@

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