New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@salla.sa/cli

Package Overview
Dependencies
Maintainers
37
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salla.sa/cli - npm Package Compare versions

Comparing version 1.2.3 to 1.2.5

17

package.json
{
"name": "@salla.sa/cli",
"version": "1.2.3",
"version": "1.2.5",
"description": "The Official Salla Command Line Interface",

@@ -29,7 +29,6 @@ "author": "Salla App (https://github.com/SallaApp)",

"scripts": {
"start": "node bin/index.js",
"build": "node bin/install.js && npx pkg bin/index.js --compress Brotli --config pkg.json --output dist/salla",
"dev-install-g": "npm install -g ./",
"dev-uninstall-g": "npm uninstall -g @salla.sa/cli",
"test": "mocha 'test/**/*.js' --recursive --timeout 60000 --exit"
"start": "node entry.js",
"build": "node scripts/createDist.js && npx pkg entry.js --compress Brotli --config pkg.json --output dist/salla",
"test": "mocha ./test/cli/all-tests.js --exit --timeout -1",
"postinstall": "node scripts/postinstall.js"
},

@@ -40,2 +39,3 @@ "files": [

"dependencies": {
"download-file-with-progressbar": "^1.2.3",
"ngrok": "^4.2.2",

@@ -46,4 +46,4 @@ "open": "^8.4.0",

"devDependencies": {
"@salla.sa/websocket": "~2.0",
"@octokit/rest": "^18.11.4",
"@salla.sa/websocket": "^2.0.6",
"@sentry/node": "^6.19.6",

@@ -81,2 +81,3 @@ "@sentry/tracing": "^6.19.6",

"node-fetch": "^2.6.7",
"node-pty": "^0.10.1",
"node-watch": "^0.7.2",

@@ -96,7 +97,7 @@ "npm": "^8.1.4",

"sinon": "7.4.2",
"tcp-port-used": "^1.0.2",
"universalify": "^2.0.0",
"web-dev-server": "^3.0.22",
"websocket": "~1.0",
"ws": "^8.4.0"
}
}
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