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.4 to 15.4.5

2

main.js

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

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

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

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

@@ -23,3 +23,3 @@ "main": "main.js",

"mockery": "^2.0.0",
"nyc": "^11.0.2",
"nyc": "^11.1.0",
"standard": "^10.0.0",

@@ -26,0 +26,0 @@ "tape": "^4.6.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