Comparing version 0.0.1 to 0.0.2
{ | ||
"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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
32774
19
302
0
37
Yes
11
1
1
2
4
2
+ Added@types/uuid@^9.0.8
+ Added@types/ws@^8.5.10
+ Added@types/yargs@^17.0.32
+ Addedopenapi-types@^12.1.3
+ Addedreplace-in-files-cli@^3.0.0
+ Addedtap-mocha-reporter@^5.0.4
+ Addeduuid@^9.0.1
+ Addedws@^8.17.0
+ Addedyargs@^17.7.2
+ Added@nodelib/fs.scandir@2.1.5(transitive)
+ Added@nodelib/fs.stat@2.0.5(transitive)
+ Added@nodelib/fs.walk@1.2.8(transitive)
+ Added@sindresorhus/merge-streams@2.3.0(transitive)
+ Added@types/node@22.13.5(transitive)
+ Added@types/uuid@9.0.8(transitive)
+ Added@types/ws@8.5.14(transitive)
+ Added@types/yargs@17.0.33(transitive)
+ Added@types/yargs-parser@21.0.3(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addedcliui@8.0.1(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcolor-support@1.1.3(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addeddiff@4.0.2(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedescape-string-regexp@2.0.05.0.0(transitive)
+ Addedevents-to-array@1.1.2(transitive)
+ Addedfast-glob@3.3.3(transitive)
+ Addedfastq@1.19.0(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedget-caller-file@2.0.5(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedglob-parent@5.1.2(transitive)
+ Addedglobby@14.1.0(transitive)
+ Addedignore@7.0.3(transitive)
+ Addedimurmurhash@0.1.4(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedis-glob@4.0.3(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedmeow@13.2.0(transitive)
+ Addedmerge2@1.4.1(transitive)
+ Addedmicromatch@4.0.8(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedminipass@3.3.6(transitive)
+ Addedms@2.1.3(transitive)
+ Addednormalize-path@3.0.0(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedopenapi-types@12.1.3(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedpath-type@6.0.0(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedqueue-microtask@1.2.3(transitive)
+ Addedreplace-in-files-cli@3.0.0(transitive)
+ Addedrequire-directory@2.1.1(transitive)
+ Addedreusify@1.0.4(transitive)
+ Addedrun-parallel@1.2.0(transitive)
+ Addedsignal-exit@4.1.0(transitive)
+ Addedslash@5.1.0(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedtap-mocha-reporter@5.0.4(transitive)
+ Addedtap-parser@11.0.2(transitive)
+ Addedtap-yaml@1.0.2(transitive)
+ Addedto-regex-range@5.0.1(transitive)
+ Addedundici-types@6.20.0(transitive)
+ Addedunicode-length@2.1.0(transitive)
+ Addedunicorn-magic@0.3.0(transitive)
+ Addeduuid@9.0.1(transitive)
+ Addedwrap-ansi@7.0.0(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedwrite-file-atomic@5.0.1(transitive)
+ Addedws@8.18.1(transitive)
+ Addedy18n@5.0.8(transitive)
+ Addedyallist@4.0.0(transitive)
+ Addedyaml@1.10.2(transitive)
+ Addedyargs@17.7.2(transitive)
+ Addedyargs-parser@21.1.1(transitive)