Socket
Socket
Sign inDemoInstall

ts-node

Package Overview
Dependencies
Maintainers
2
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-node - npm Package Compare versions

Comparing version 10.8.1 to 10.8.2

1

dist-raw/node-internal-modules-esm-get_format.js

@@ -15,2 +15,3 @@ // Copied from https://raw.githubusercontent.com/nodejs/node/v15.3.0/lib/internal/modules/esm/get_format.js

|| (nodeMajor === 17 && nodeMinor >= 5)
|| (nodeMajor === 16 && nodeMinor >= 15)
|| getOptionValue('--experimental-json-modules');

@@ -17,0 +18,0 @@ const experimentalWasmModules = getOptionValue('--experimental-wasm-modules');

7

dist/index.js

@@ -893,7 +893,4 @@ "use strict";

const sourceMap = JSON.parse(sourceMapText);
const outputFileName = (0, path_1.isAbsolute)(fileName)
? (0, url_1.pathToFileURL)(fileName).href
: fileName;
sourceMap.file = outputFileName;
sourceMap.sources = [outputFileName];
sourceMap.file = fileName;
sourceMap.sources = [fileName];
delete sourceMap.sourceRoot;

@@ -900,0 +897,0 @@ return JSON.stringify(sourceMap);

{
"name": "ts-node",
"version": "10.8.1",
"version": "10.8.2",
"description": "TypeScript execution environment and REPL for node.js, with source map support",

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

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