Socket
Socket
Sign inDemoInstall

elm-tooling

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elm-tooling - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

8

index.js

@@ -42,3 +42,3 @@ #!/usr/bin/env node

${Install.bold("Version:")}
1.7.0
1.8.0
`.trim();

@@ -441,5 +441,7 @@ }

if (require.main === module) {
elmToolingCli(process.argv.slice(2)).then((exitCode) => {
elmToolingCli(process.argv.slice(2))
.then((exitCode) => {
process.exitCode = exitCode;
}, (error) => {
})
.catch((error) => {
var _a;

@@ -446,0 +448,0 @@ process.stderr.write(`Unexpected error:\n${(_a = error.stack) !== null && _a !== void 0 ? _a : error.message}\n`);

@@ -410,2 +410,25 @@ 'use strict';

},
"2.0.1": {
linux: {
hash: "0d69a890819a55b341703369ee9a937720eba752625d41623dfc2d7acfc62d86",
url: "https://github.com/mpizenberg/elm-test-rs/releases/download/v2.0.1/elm-test-rs_linux.tar.gz",
fileSize: 3606139,
fileName: "elm-test-rs",
type: "tgz",
},
mac: {
hash: "fc377b78dfe748417d0aea8619f77e255fd62e980cce387582496c8e0d10d24e",
url: "https://github.com/mpizenberg/elm-test-rs/releases/download/v2.0.1/elm-test-rs_macos.tar.gz",
fileSize: 2211725,
fileName: "elm-test-rs",
type: "tgz",
},
windows: {
hash: "ae2f0ec7911911e0b06f74138782b5f3874900936a66455daff0d5c4c7c2bef8",
url: "https://github.com/mpizenberg/elm-test-rs/releases/download/v2.0.1/elm-test-rs_windows.zip",
fileSize: 1909110,
fileName: "elm-test-rs.exe",
type: "zip",
},
},
},

@@ -1086,6 +1109,8 @@ };

updateStatusLine(tool, percentage, index);
}).then(() => {
})
.then(() => {
updateStatusLine(tool, 1, index);
return linkTool(cwd, nodeModulesBinPath, tool);
}, (error) => {
})
.catch((error) => {
updateStatusLine(tool, "ERR!", index);

@@ -1092,0 +1117,0 @@ return new Error(downloadAndExtractError(tool, error));

{
"name": "elm-tooling",
"version": "1.7.0",
"version": "1.8.0",
"author": "Simon Lydell",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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