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

@smkit/tools

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smkit/tools - npm Package Compare versions

Comparing version

to
0.0.1-beta.19

8

dist/vault/cli.js

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

dotenv.populate(process.env, secrets);
await execa(command).stdout.pipe(process.stdout);
const subprocess = execa(command);
subprocess.stdout.pipe(process.stdout);
await subprocess;
process.on('SIGINT', function () {
subprocess.kill('SIGTERM');
process.exit();
});
}

@@ -97,0 +103,0 @@ yargs(process.argv.slice(2))

2

package.json
{
"name": "@smkit/tools",
"version": "0.0.1-beta.18",
"version": "0.0.1-beta.19",
"description": "Tools and cool stuff of SberMarketing",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet