Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

h3lp

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

h3lp - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

8

infrastructure/utils.js

@@ -30,4 +30,4 @@ "use strict";

}
exec(command, cwd = process.cwd()) {
return __awaiter(this, void 0, void 0, function* () {
exec(command_1) {
return __awaiter(this, arguments, void 0, function* (command, cwd = process.cwd()) {
return new Promise((resolve, reject) => {

@@ -72,4 +72,4 @@ (0, child_process_1.exec)(command, { cwd }, (error, stdout, stderr) => {

}
sleep(ms = 1000) {
return __awaiter(this, void 0, void 0, function* () {
sleep() {
return __awaiter(this, arguments, void 0, function* (ms = 1000) {
return new Promise((resolve) => {

@@ -76,0 +76,0 @@ setTimeout(resolve, ms);

{
"name": "h3lp",
"version": "1.6.0",
"version": "1.6.1",
"description": "Helper for nodeJs",

@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>",

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