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

exframe-testing

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exframe-testing - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

cli.js

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

.then(
() => log.info('service running'),
() => log.info('service running'),
() => {

@@ -68,3 +68,3 @@ if (timedOut) {

}
if ((++logMessage % 10) === 0) {

@@ -87,3 +87,3 @@ log.info('service not yet running');

service.stderr.pipe(process.stderr);
try {

@@ -122,2 +122,5 @@ await checkHealth();

container.stderr.pipe(process.stderr);
container.on('close', () => {
childProcess.spawnSync('docker-compose', ['down']);
});
} else {

@@ -124,0 +127,0 @@ let failures = 0;

{
"name": "exframe-testing",
"version": "1.0.0",
"version": "1.0.1",
"bin": {

@@ -5,0 +5,0 @@ "exframe-testing": "./cli.js"

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