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

elm

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elm - npm Package Compare versions

Comparing version 0.0.0 to 0.15.1-alpha

binwrap.js

62

package.json
{
"name": "elm",
"version": "0.0.0",
"description": "reserving this name for a time when you can install the compiler through npm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.15.1-alpha",
"description": "The Elm Platform: Binaries for the Elm programming language.",
"preferGlobal": true,
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/elm-lang/Elm.git"
"url": "https://github.com/elm-lang/elm-platform"
},
"bugs": "https://github.com/elm-lang/elm-platform/issues",
"author": {
"name": "Richard Feldman",
"email": "richard.t.feldman@gmail.com",
"url": "https://github.com/rtfeldman"
},
"engines": {
"node": ">=0.10.0"
},
"main": "./index.js",
"scripts": {
"install": "node install.js",
"prepublish": "node prepublish.js",
"build-from-source": "node buildFromSource.js"
},
"files": [
"BuildFromSource.hs",
"install.js",
"platform.js",
"buildFromSource.js",
"binaries.json",
"binwrap.js",
"binwrappers"
],
"keywords": [
"Elm"
"bin",
"binary",
"binaries",
"elm",
"elm-make",
"elm-package",
"elm-platform",
"elm-reactor",
"elm-repl",
"platform"
],
"author": "Evan Czaplicki <info@elm-lang.org> (http://elm-lang.org/)",
"license": "BSD3"
"bin": {
"elm": "binwrappers/elm",
"elm-make": "binwrappers/elm-make",
"elm-package": "binwrappers/elm-package",
"elm-reactor": "binwrappers/elm-reactor",
"elm-repl": "binwrappers/elm-repl"
},
"dependencies": {
"follow-redirects": "0.0.7",
"mkdirp": "0.5.1",
"promise": "7.0.4",
"tar": "2.2.1"
}
}
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