Comparing version 1.10.0 to 1.10.1
@@ -22,3 +22,3 @@ export const shimFile = (shimFile) => { | ||
console.time("Shimming"); | ||
const shim = shimFile(ctx.project.addSourceFileAtPath(ctx.config.shim)); | ||
const shim = shimFile(ctx.project.addSourceFileAtPath(ctx.resolve(ctx.config.shim))); | ||
for (const sourceFile of ctx.project.getSourceFiles()) { | ||
@@ -25,0 +25,0 @@ if (!isNodeSpecific(sourceFile)) { |
{ | ||
"name": "deno2node", | ||
"version": "v1.10.0", | ||
"version": "1.10.1", | ||
"description": "`tsc` replacement for transpiling Deno libraries to run on Node.js.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
25744
2