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.1 to 0.0.2

assets/logo.png

49

package.json
{
"name": "qa",
"version": "0.0.1",
"description": "Simple Command Q&A Runner",
"main": "lib/index.js",
"version": "0.0.2",
"author": "Christian Bromann <christian@codeless.qa>",
"description": "Codeless QA CLI",
"license": "Apache-2.0",
"type": "module",
"bin": {
"qa": "./dist/index.js"
},
"scripts": {
"test": "mocha"
"build": "tsc",
"build:ts": "tsc",
"build:replace": "run-p build:replace:*",
"build:replace:platform": "replace-in-files --string='process.env.PLATFORM_URL' --replacement='\"$PLATFORM_URL\"' ./dist/constants.js",
"build:replace:worker": "replace-in-files --string='process.env.WORKER_URL' --replacement='\"$WORKER_URL\"' ./dist/constants.js",
"start": "tsc --watch --preserveWatchOutput"
},
"repository": {
"type": "git",
"url": "https://github.com/jsenjoy/qa"
"keywords": [],
"dependencies": {
"@codeless.qa/contracts": "workspace:*",
"@codeless.qa/generator": "workspace:*",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"@types/yargs": "^17.0.32",
"openapi-types": "^12.1.3",
"replace-in-files-cli": "^3.0.0",
"tap-mocha-reporter": "^5.0.4",
"uuid": "^9.0.1",
"ws": "^8.17.0",
"yargs": "^17.7.2"
},
"keywords": [
"question",
"command",
"answer",
"interation"
],
"author": "Boom Lee <boom11235.gg@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsenjoy/qa/issues"
},
"homepage": "https://github.com/jsenjoy/qa"
"devDependencies": {
"typescript": "5.6.2"
}
}
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