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.3.4 to 0.3.5

4

bin/src/service.js

@@ -181,7 +181,7 @@ "use strict";

function getDiagnostics(code) {
var allDiagnostics = service.getCompilerOptionsDiagnostics()
.concat(service.getSemanticDiagnostics(DUMMY_FILE));
var fallback = exports.acceptedCodes;
exports.acceptedCodes += code;
versionCounter++;
var allDiagnostics = service.getCompilerOptionsDiagnostics()
.concat(service.getSemanticDiagnostics(DUMMY_FILE));
var ret = allDiagnostics.map(function (diagnostic) {

@@ -188,0 +188,0 @@ var message = ts.flattenDiagnosticMessageText(diagnostic.messageText, '\n');

{
"name": "tsun",
"preferGlobal": true,
"version": "0.3.4",
"version": "0.3.5",
"description": "TSUN: a repl for TypeScript Upgraded Node",

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

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