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.9 to 0.1.10

3

bin/hpw.js

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

const dir = curDir + (curDir.includes('/Exercises') ? '' : '/Exercises');
let exitCode = 0;

@@ -128,2 +129,3 @@ const prepareSandbox = () => {

} catch (e) {
if (exitCode === 0) exitCode = 1;
const lines = e.stack.split('\n');

@@ -138,2 +140,3 @@ if (lines[1].includes('at Object.test')) {

}
process.exit(exitCode);
})();

4

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

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

"devDependencies": {
"eslint": "^6.4.0"
"eslint": "^6.7.2"
}
}
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