@salla.sa/cli
Advanced tools
Comparing version 1.2.83 to 1.2.84
@@ -25,3 +25,2 @@ #!/usr/bin/env node | ||
onDone: (info) => { | ||
console.log("done"); | ||
fs.copyFile( | ||
@@ -28,0 +27,0 @@ os.tmpdir() + "/salla-" + opsys, |
{ | ||
"name": "@salla.sa/cli", | ||
"version": "1.2.83", | ||
"version": "1.2.84", | ||
"description": "The Official Salla Command Line Interface", | ||
@@ -19,3 +19,3 @@ "author": "Salla App (https://github.com/SallaApp)", | ||
"salla": "dist/salla.js", | ||
"salla-dev": "entry.js" | ||
"salla-dev": "scripts/salla-dev.js" | ||
}, | ||
@@ -38,3 +38,4 @@ "license": "", | ||
"dist/", | ||
"scripts/postinstall.js" | ||
"scripts/postinstall.js", | ||
"scripts/salla-dev.js" | ||
], | ||
@@ -41,0 +42,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
159771529
169