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

tsconfig

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsconfig - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

README.md

4

dist/tsconfig.js

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

}
var fullPath = path.join(cwd, filename);
var fullPath = path.resolve(cwd, filename);
return stat(fullPath)

@@ -38,3 +38,3 @@ .then(function (stats) {

}
var fullPath = path.join(cwd, filename);
var fullPath = path.resolve(cwd, filename);
var stats = statSync(fullPath);

@@ -41,0 +41,0 @@ if (isFile(stats)) {

{
"name": "tsconfig",
"version": "5.0.1",
"version": "5.0.2",
"description": "Resole and parse `tsconfig.json`, replicating to TypeScript's behaviour",

@@ -5,0 +5,0 @@ "main": "dist/tsconfig.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