@agracio/edge-cs
Advanced tools
Comparing version 1.3.2 to 1.3.3
var path = require('path'); | ||
exports.getCompiler = function () { | ||
return path.join(__dirname, 'edge-cs.dll'); | ||
return process.env.EDGE_USE_CORECLR ? path.join(__dirname, 'edge-cs-coreclr.dll') : path.join(__dirname, 'edge-cs.dll'); | ||
}; | ||
exports.getBootstrapDependencyManifest = function() { | ||
return path.join(__dirname, 'edge-cs.deps.json'); | ||
return path.join(__dirname, 'edge-cs-coreclr.deps.json'); | ||
} |
{ | ||
"name": "@agracio/edge-cs", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Edge-cs: C# compiler for Edge.js", | ||
@@ -5,0 +5,0 @@ "tags" : ["owin", "edge-js", "net", "clr", "coreclr", "c#", "managed", ".net"], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
87499
13
1
3