Socket
Socket
Sign inDemoInstall

cleaner-node

Package Overview
Dependencies
Maintainers
0
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cleaner-node - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

src/utils/execution/execute-promise.js

2

package.json
{
"name" : "cleaner-node",
"version" : "1.2.0",
"version" : "1.3.0",
"description" : "Helpful utilities and scripts to make Node projects more legible and easier for the next developer to take over.",

@@ -5,0 +5,0 @@ "main" : "src/index.js",

@@ -18,2 +18,3 @@ const addDays = require('./add-days');

const env = require('./env');
const execution = require('./execution');
const express = require('./express');

@@ -181,2 +182,3 @@ const findAllUids = require('./find-all-uids');

env,
execution,
express,

@@ -342,2 +344,5 @@ findAllUids,

execute : execution.execute,
executePromise: execution.executePromise,
min: getMin,

@@ -344,0 +349,0 @@ max: getMax,

@@ -98,1 +98,6 @@ # Updates

* require NodeJS 18 minimum
## v1.3.0 (7/21/2024)
* add `exucution.execute`
* add `exucution.executePromise`
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