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 3.3.4 to 3.3.5

3

cli.js

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

const dockerComposeFile = yaml.load(fs.readFileSync('./docker-compose.yml'));
defaultArgs = argv._.join(' ').replace(dockerComposeFile.services[containerName]?.command, '').split(' ');
const defaultArgsString = argv._.join(' ').replace(dockerComposeFile.services[containerName]?.command, '');
defaultArgs = defaultArgsString ? defaultArgsString.split(' ') : [];
}

@@ -63,0 +64,0 @@

{
"name": "exframe-testing",
"version": "3.3.4",
"version": "3.3.5",
"bin": {

@@ -43,3 +43,3 @@ "exframe-testing": "cli.js"

},
"gitHead": "f4ab7420aea5f4010153ee6969dc72a88937f56d"
"gitHead": "8210f617fbb22b005cd8872cc7694367a0acc0d1"
}
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