🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

lemmafit

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lemmafit - npm Package Compare versions

Comparing version
0.3.2
to
0.3.3
+1
-1
lib/download-dafny.js

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

if (os.platform() === 'win32') {
execSync(`tar -xf "${zipPath}" -C "${installDir}"`, { stdio: 'inherit' });
execSync(`powershell -command "Expand-Archive -Path '${zipPath}' -DestinationPath '${installDir}' -Force"`, { stdio: 'inherit' });
} else {

@@ -118,0 +118,0 @@ execSync(`unzip -q -o "${zipPath}" -d "${installDir}"`, { stdio: 'inherit' });

@@ -18,3 +18,3 @@ {

],
"version": "0.3.2",
"version": "0.3.3",
"type": "commonjs",

@@ -21,0 +21,0 @@ "files": [