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

@beuluis/hook-cli

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beuluis/hook-cli - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

dist/modules/checkForVulnerabilities.js

@@ -62,3 +62,3 @@ "use strict";

};
const totalVulnerabilities = (obj) => Object.values(obj).reduce((a, b) => a + b);
const totalVulnerabilities = (obj) => obj.info + obj.low + obj.moderate + obj.high + obj.critical; // be specific because the obj could have other stuff in it
module.exports = (0, commandModule_helper_1.registerCommandModule)({

@@ -65,0 +65,0 @@ command: 'checkForVulnerabilities',

{
"name": "@beuluis/hook-cli",
"version": "1.0.5",
"version": "1.0.6",
"description": "A small hook cli that can be used with for example husky",

@@ -17,3 +17,3 @@ "bin": {

"scripts": {
"prepublishOnly": "npm run build",
"prepack": "npm run build",
"build": "tsc --build",

@@ -20,0 +20,0 @@ "hook-cli": "ts-node src/index.ts",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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