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.6 to 0.1.7

2

bin/hpw.js

@@ -76,3 +76,3 @@ #!/usr/bin/env node

console.log(msgTarget + msgLength + msgLines);
const [minLength, maxLength] = test.length;
const [minLength, maxLength] = test.length || [];
if (targetLength > maxLength) throw new Error('Solution is too long');

@@ -79,0 +79,0 @@ if (targetLength < minLength) throw new Error('Solution is too short');

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

@@ -38,4 +38,4 @@ "description": "Labs Auto Checker",

"devDependencies": {
"eslint": "^6.3.0"
"eslint": "^6.4.0"
}
}

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