@axe-core/watcher
Advanced tools
Comparing version 0.0.0 to 0.0.1-next.1142820e
{ | ||
"name": "@axe-core/watcher", | ||
"version": "0.0.0", | ||
"publishConfig": {"access": "public"}, | ||
"version": "0.0.1-next.1142820e", | ||
"description": "", | ||
"main": "index.js", | ||
"license": "UNLICENSED", | ||
"main": "dist/index.js", | ||
"bin": { | ||
"axe-watcher": "dist/cli.js" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "tsc", | ||
"test": "npm run test:unit && npm run test:integration", | ||
"test:unit": "mocha 'test/**.test.ts'", | ||
"pretest:integration": "mkdir -p extension; cp fixtures/extension/* extension/", | ||
"test:integration": "mocha 'test/**.integration.ts'", | ||
"coverage": "nyc npm t" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "unlicensed" | ||
} | ||
"dependencies": { | ||
"pkg-up": "3", | ||
"uuid": "^9.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.3.3", | ||
"@types/chrome": "^0.0.197", | ||
"@types/express": "^4.17.14", | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^18.8.3", | ||
"@types/puppeteer": "^5.4.6", | ||
"@types/selenium-webdriver": "^4.1.5", | ||
"@types/test-listen": "^1.1.0", | ||
"@types/uuid": "^8.3.4", | ||
"@wdio/types": "^7.25.1", | ||
"chai": "^4.3.6", | ||
"chromedriver": "^106.0.1", | ||
"execa": "5", | ||
"express": "^4.18.2", | ||
"mocha": "^10.0.0", | ||
"nyc": "^15.1.0", | ||
"playwright": "^1.27.0", | ||
"puppeteer": "^18.2.1", | ||
"selenium-webdriver": "^4.5.0", | ||
"tempy": "1", | ||
"test-listen": "^1.1.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4", | ||
"webdriverio": "^7.25.1" | ||
}, | ||
"files": [ | ||
"dist", | ||
"extension" | ||
], | ||
"nyc": { | ||
"include": [ | ||
"./src/index.ts" | ||
], | ||
"extension": [ | ||
".ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
], | ||
"reporter": [ | ||
"text-summary", | ||
"html" | ||
], | ||
"sourceMap": true, | ||
"instrument": true, | ||
"checkCoverage": true, | ||
"statements": 90, | ||
"branches": 90, | ||
"functions": 90, | ||
"lines": 90 | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
2661279
27
933
2
2
24
4
3
3
+ Addedpkg-up@3
+ Addeduuid@^9.0.0
+ Addedfind-up@3.0.0(transitive)
+ Addedlocate-path@3.0.0(transitive)
+ Addedp-limit@2.3.0(transitive)
+ Addedp-locate@3.0.0(transitive)
+ Addedp-try@2.2.0(transitive)
+ Addedpath-exists@3.0.0(transitive)
+ Addedpkg-up@3.1.0(transitive)
+ Addeduuid@9.0.1(transitive)