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.4.1 to 4.5.0

6

index.js

@@ -24,2 +24,3 @@ 'use strict';

processOpts: undefined,
docs: undefined,
};

@@ -189,2 +190,4 @@

case "debug": return ["--debug"];
case "docs": return ["--docs", value]
case "runtimeOptions": return ["+RTS", value, "-RTS"]
default:

@@ -209,3 +212,4 @@ if (supportedOptions.indexOf(opt) === -1) {

compileToStringSync: compileToStringSync,
findAllDependencies: findAllDependencies
findAllDependencies: findAllDependencies,
_prepareProcessArgs: prepareProcessArgs
};

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

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