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

@deepcode/tsc

Package Overview
Dependencies
Maintainers
5
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deepcode/tsc - npm Package Compare versions

Comparing version 2.0.17 to 2.0.18

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## [2.0.18] - 2020-12-29
- Support for special characters in file paths
## [2.0.17] - 2020-12-29

@@ -2,0 +5,0 @@ - Bug fixing

4

dist/files.js

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

const posixPath = !isWindows ? relPath : relPath.replace(/\\/g, '/');
return `/${posixPath}`;
return encodeURI(`/${posixPath}`);
}

@@ -310,3 +310,3 @@ async function getFileInfo(filePath, baseDir, withContent = false, cache = null) {

}
return nodePath.resolve(baseDir, relPath);
return nodePath.resolve(baseDir, decodeURI(relPath));
}

@@ -313,0 +313,0 @@ exports.resolveBundleFilePath = resolveBundleFilePath;

{
"name": "@deepcode/tsc",
"version": "2.0.17",
"version": "2.0.18",
"description": "Typescript consumer of Deepcode public API",

@@ -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