New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 0.2.6

2

bin/src/register.js

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

var text = fs.readFileSync(filename, 'utf8');
module._compile(ts.transpile(text), filename);
module._compile(ts.transpile(text, {}, filename), filename);
};
{
"name": "tsun",
"version": "0.2.5",
"version": "0.2.6",
"description": "TSUN: a repl for TypeScript Upgraded Node",

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

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

var text = fs.readFileSync(filename, 'utf8')
module._compile(ts.transpile(text), filename)
module._compile(ts.transpile(text, {}, filename), filename)
}
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