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

node-elm-compiler

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-elm-compiler - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

5

index.js

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

6

package.json
{
"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"
}
}
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