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.6 to 0.3.7

2

bin/src/service.js

@@ -130,3 +130,3 @@ "use strict";

for (var decl in decls) {
ret[decl] = decls[decl].map(function (t) { return t.name; });
ret[decl] = Array.isArray(decls[decl]) && decls[decl].map(function (t) { return t.name; });
}

@@ -133,0 +133,0 @@ return ret;

{
"name": "tsun",
"preferGlobal": true,
"version": "0.3.6",
"version": "0.3.7",
"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