New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tsc-wildcard-resolve

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsc-wildcard-resolve - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

5

build/tsc-wildcard-resolve.js

@@ -10,3 +10,6 @@ "use strict";

for (const module of modules) {
const moduleDir = path.resolve(outDir, module.path);
const moduleDir = path
.resolve(outDir, module.path)
.replace("out\\dist\\src", "out\\dist\\")
.replace("out/dist/src/", "out/dist/");
const moduleName = module.name.replace(/\/\*$/, "");

@@ -13,0 +16,0 @@ let diff = path.relative(path.resolve(moduleDir, path.dirname(filePath)), moduleDir);

2

package-lock.json
{
"name": "tsc-wildcard-resolve",
"version": "1.0.4",
"version": "1.0.5",
"lockfileVersion": 1,

@@ -5,0 +5,0 @@ "requires": true,

{
"name": "tsc-wildcard-resolve",
"version": "1.0.4",
"version": "1.0.5",
"description": "A tool for resolving typescript modules defined in tsconfig.json",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/valendres/tsc-resolve",

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