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.2.0 to 0.2.1

4

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

@@ -15,3 +15,3 @@ "authors": [

],
"license": "Apache2",
"license": "Apache-2.0",
"ignore": [

@@ -18,0 +18,0 @@ "**/.*",

@@ -22,2 +22,3 @@ /*

var _ = require('lodash');
var elmMakePath = require('elm')['elm-make'];

@@ -33,3 +34,3 @@ function defaultSpawn(cmd, args) {

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

@@ -36,0 +37,0 @@ yes: undefined,

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

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

"author": "Richard Feldman",
"license": "Apache2",
"license": "Apache-2.0",
"bugs": {

@@ -22,0 +22,0 @@ "url": "https://github.com/rtfeldman/node-elm-compiler/issues"

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