node-elm-compiler
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -24,3 +24,6 @@ /* | ||
function defaultSpawn(cmd, args) { | ||
return spawnChildProcess(cmd, args, {stdio: "inherit"}); | ||
// elm-make chokes on undefined LANG | ||
var env = _.merge({LANG: 'en_US.UTF-8'}, process.env) | ||
return spawnChildProcess(cmd, args, {stdio: "inherit", env: env}); | ||
} | ||
@@ -27,0 +30,0 @@ |
{ | ||
"name": "node-elm-compiler", | ||
"version": "0.1.0+elm-0.15", | ||
"version": "0.2.0+elm-0.15", | ||
"description": "A Node.js interface to the Elm compiler binaries (v0.15).", | ||
@@ -25,5 +25,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"elm": "1.4.1+elm-0.15", | ||
"lodash": "3.5.0" | ||
"elm": "1.5.1+elm-0.15", | ||
"lodash": "3.9.3" | ||
} | ||
} |
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
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
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
16306
103
1
+ Addedlodash@3.9.3(transitive)
- Removedlodash@3.5.0(transitive)
Updatedelm@1.5.1+elm-0.15
Updatedlodash@3.9.3