Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@axe-core/watcher

Package Overview
Dependencies
Maintainers
4
Versions
897
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axe-core/watcher - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1-next.1142820e

dist/cli.d.ts

77

package.json
{
"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
}
}
index.js
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