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

webdriver-image-comparison

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdriver-image-comparison - npm Package Compare versions

Comparing version 0.20.3 to 0.21.0

.eslintrc.js

2

.github/ISSUE_TEMPLATE/--bug-report.md

@@ -13,3 +13,3 @@ ---

- Framework name and version: [e.g. Protractor 5.1.0]
- Plugin name and version: [e.g. protractor-image-comparison 3.0.0]
- Plugin name and version: [e.g. webdriver-image-comparison 3.0.0]
- webdriver-image-comparison version: [e.g. 1.0.0]

@@ -16,0 +16,0 @@

{
"name": "webdriver-image-comparison",
"version": "0.20.3",
"version": "0.21.0",
"description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol",

@@ -9,3 +9,3 @@ "main": "./build/index.js",

"compile": "tsc --allowJs true --declaration false && tsc",
"lint": "tslint -p tsconfig.json",
"lint": "eslint lib/**/*.ts",
"clean": "rimraf coverage build tmp",

@@ -22,3 +22,4 @@ "pretest": "npm run lint",

"precompile": "npm run clean",
"prerelease": "npm run compile"
"prerelease": "npm run compile",
"prepare": "husky install"
},

@@ -37,3 +38,3 @@ "repository": {

"dependencies": {
"canvas": "^2.9.1",
"canvas": "^2.9.3",
"chalk": "^4.1.2",

@@ -48,13 +49,20 @@ "fs-extra": "^10.0.1"

"@types/selenium-webdriver": "^4.0.18",
"awesome-typescript-loader": "^5.2.1",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"release-it": "^14.14.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.4",
"tslint": "^6.1.1",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^4.6.3",
"vrsource-tslint-rules": "^6.0.0"
"ts-node": "^10.9.1",
"typescript": "^4.6.3"
},
"lint-staged": {
"*.ts": "eslint --cache --fix"
}
}

@@ -10,6 +10,3 @@ {

},
"rulesDirectory": [
"node_modules/vrsource-tslint-rules/rules",
"node_modules/tslint-eslint-rules/dist/rules"
]
"rulesDirectory": ["node_modules/tslint-eslint-rules/dist/rules"]
}

Sorry, the diff of this file is not supported yet

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