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

qa

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qa - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

4

dist/api.js
export async function pullTestSuite(client, project) {
const apis = await client.specifications.get();
const apis = await client.specifications.get().catch((error) => {
throw new Error(`Failed to fetch APIs: ${error} (${error.cause.code})`);
});
if (apis.status !== 200) {

@@ -4,0 +6,0 @@ const error = apis.status === 401 ? apis.body.error : 'unknown';

{
"name": "qa",
"version": "0.0.17",
"version": "0.0.18",
"author": "Christian Bromann <christian@codeless.qa>",

@@ -19,10 +19,10 @@ "description": "Codeless QA CLI",

"tap-mocha-reporter": "^5.0.4",
"uuid": "^9.0.1",
"uuid": "^11.0.3",
"ws": "^8.17.0",
"yargs": "^17.7.2",
"@codeless.qa/contracts": "0.0.7"
"@codeless.qa/contracts": "0.0.8"
},
"devDependencies": {
"replace-in-files-cli": "^3.0.0",
"typescript": "5.6.2"
"typescript": "^5.6.3"
},

@@ -29,0 +29,0 @@ "scripts": {

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