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 0.0.3 to 0.1.0

2

bower.json
{
"name": "node-elm-compiler",
"version": "0.0.3",
"version": "0.1.0+elm-0.15",
"homepage": "https://github.com/rtfeldman/node-elm-compiler",

@@ -5,0 +5,0 @@ "authors": [

@@ -29,3 +29,3 @@ /*

warn: console.warn,
pathToMake: __dirname + "/node_modules/elm-platform-bin/bin/elm-make",
pathToMake: __dirname + "/node_modules/elm/bin/elm-make",
spawn: defaultSpawn,

@@ -32,0 +32,0 @@ yes: undefined,

{
"name": "node-elm-compiler",
"version": "0.0.3",
"description": "A Node.js interface to the Elm compiler binaries.",
"version": "0.1.0+elm-0.15",
"description": "A Node.js interface to the Elm compiler binaries (v0.15).",
"main": "index.js",

@@ -24,9 +24,6 @@ "scripts": {

"homepage": "https://github.com/rtfeldman/node-elm-compiler",
"devDependencies": {
"lodash": "3.5.0"
},
"dependencies": {
"elm-platform-bin": "1.2.0",
"elm": "1.4.1+elm-0.15",
"lodash": "3.5.0"
}
}
# node-elm-compiler
Wraps [elm-platform-bin](https://github.com/kevva/elm-platform-bin) and exposes a [Node](https://nodejs.org) API to compile Elm sources.
Wraps [elm-bin](https://github.com/kevva/elm-bin) and exposes a [Node](https://nodejs.org) API to compile Elm sources.
Current Elm version is 0.15.
# Example

@@ -6,0 +8,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