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

hpw

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hpw - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

4

bin/hpw.js

@@ -129,6 +129,6 @@ #!/usr/bin/env node

if (lines[1].includes('at Object.test')) {
console.log(concolor` Error: ${e.message}(b,red)`);
console.log(concolor` ${'Error: ' + e.message}(b,red)`);
} else {
const stack = lines.filter(s => !s.includes('hpw.js')).join('\n ');
console.log(concolor` Error: ${stack}(b,red)`);
console.log(concolor` ${stack}(b,red)`);
}

@@ -135,0 +135,0 @@ }

{
"name": "hpw",
"version": "0.1.8",
"version": "0.1.9",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Labs Auto Checker",

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