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

sergeant

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sergeant - npm Package Compare versions

Comparing version 15.4.5 to 15.4.6

4

main.js

@@ -28,3 +28,5 @@ const parse = require('./parse')

if (filtered[0] != null && commands[filtered[0]] != null) {
commands[filtered[0]].action(argv.slice(1))
const index0 = argv.indexOf(filtered[0])
commands[filtered[0]].action(argv.splice(index0, 1))
} else {

@@ -31,0 +33,0 @@ const args = parse(argv, definitions)

{
"name": "sergeant",
"version": "15.4.5",
"version": "15.4.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "main.js",

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