Socket
Socket
Sign inDemoInstall

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 4.0.2 to 4.1.0

2

index.js

@@ -182,2 +182,4 @@ 'use strict';

return reject(new Error('Compilation failed\n' + output));
} else if (options.verbose) {
console.log(output)
}

@@ -184,0 +186,0 @@

6

package.json
{
"name": "node-elm-compiler",
"version": "4.0.2",
"version": "4.1.0",
"description": "A Node.js interface to the Elm compiler binaries. Supports Elm version 0.17",

@@ -29,3 +29,3 @@ "main": "index.js",

"cross-spawn": "4.0.0",
"lodash": "4.13.1",
"lodash": "4.14.2",
"temp": "^0.8.3"

@@ -37,4 +37,4 @@

"chai-spies": "0.7.1",
"mocha": "2.5.3"
"mocha": "3.0.2"
}
}

@@ -17,2 +17,6 @@ # node-elm-compiler [![Version](https://img.shields.io/npm/v/node-elm-compiler.svg)](https://www.npmjs.com/package/node-elm-compiler) [![Travis build Status](https://travis-ci.org/rtfeldman/node-elm-compiler.svg?branch=master)](http://travis-ci.org/rtfeldman/node-elm-compiler) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/xv83jcomgb81i1iu/branch/master?svg=true)](https://ci.appveyor.com/project/rtfeldman/node-elm-compiler/branch/master)

## 4.1.0
Log elm-make output in verbose mode.
## 4.0.1

@@ -19,0 +23,0 @@

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