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.14.0 to 1.14.1

4

getExecutable.d.ts

@@ -1,2 +0,2 @@

export default function getExecutable(options: {
declare function getExecutable(options: {
name: string;

@@ -8,1 +8,3 @@ version: string;

}): Promise<string>;
export = getExecutable;

@@ -12,3 +12,3 @@ import type { Readable, Writable } from "stream";

export default function elmToolingCli(
declare function elmToolingCli(
args: Array<string>,

@@ -23,1 +23,3 @@ options?: {

): Promise<number>;
export = elmToolingCli;

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

${Install.bold("Version:")}
1.14.0
1.14.1
`.trim();

@@ -45,0 +45,0 @@ }

{
"name": "elm-tooling",
"version": "1.14.0",
"version": "1.14.1",
"author": "Simon Lydell",

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

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