You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
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

Comparing version 1.10.0 to 1.11.0

14

index.js

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

${Install.bold("Version:")}
1.10.0
1.11.0
`.trim();

@@ -59,8 +59,2 @@ }

};
const osName = Install.getOSName();
// istanbul ignore if
if (osName instanceof Error) {
logger.error(osName.message);
return 1;
}
if (fs.existsSync(elmToolingJsonPath.theElmToolingJsonPath.absolutePath)) {

@@ -198,3 +192,7 @@ logger.error(Install.bold(elmToolingJsonPath.theElmToolingJsonPath.absolutePath));

? []
: sortTools(parseResult.tools.existing.concat(parseResult.tools.missing));
: sortTools([
...parseResult.tools.existing,
...parseResult.tools.missing,
...parseResult.tools.unsupported,
]);
logger.log(Install.bold(parseResult.elmToolingJsonPath.theElmToolingJsonPath.absolutePath));

@@ -201,0 +199,0 @@ return start(logger, stdin, stdout, allTools, save);

{
"name": "elm-tooling",
"version": "1.10.0",
"version": "1.11.0",
"author": "Simon Lydell",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc