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

tsun

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsun - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

3

bin/src/service.js

@@ -9,3 +9,2 @@ /// <reference path='../typings/node.d.ts' />

var diff = require('diff');
var DUMMY_FILE = 'TSUN.repl.generated.ts';
// codes has been accepted by service, as opposed to codes in buffer and user input

@@ -56,2 +55,4 @@ // if some action fails to compile, acceptedCodes will be rolled-back

}
var resolvedOpt = compileOption()();
var DUMMY_FILE = resolvedOpt.rootDir ? resolvedOpt.rootDir + 'TSUN.repl.generated.ts' : 'TSUN.repl.generated.ts';
var serviceHost = {

@@ -58,0 +59,0 @@ getCompilationSettings: compileOption(),

{
"name": "tsun",
"version": "0.2.4",
"version": "0.2.5",
"description": "TSUN: a repl for TypeScript Upgraded Node",

@@ -5,0 +5,0 @@ "bin": "./bin/tsun",

@@ -11,4 +11,2 @@ /// <reference path='../typings/node.d.ts' />

const DUMMY_FILE = 'TSUN.repl.generated.ts'
// codes has been accepted by service, as opposed to codes in buffer and user input

@@ -68,2 +66,5 @@ // if some action fails to compile, acceptedCodes will be rolled-back

const resolvedOpt = compileOption()()
const DUMMY_FILE = resolvedOpt.rootDir ? resolvedOpt.rootDir + 'TSUN.repl.generated.ts': 'TSUN.repl.generated.ts'
var serviceHost: ts.LanguageServiceHost = {

@@ -70,0 +71,0 @@ getCompilationSettings: compileOption(),

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