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

@applitools/socket

Package Overview
Dependencies
Maintainers
34
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/socket - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

29

package.json
{
"name": "@applitools/socket",
"version": "1.0.4",
"version": "1.0.5",
"description": "Applitools implementation for bidi-communication protocol",

@@ -43,4 +43,4 @@ "keywords": [

"scripts": {
"lint": "eslint '**/*.ts'",
"build": "tsc --project ./tsconfig.build.json",
"lint": "node ../../node_modules/.bin/eslint '**/*.ts'",
"build": "node ../../node_modules/.bin/tsc --project ./tsconfig.build.json",
"test": "mocha --no-timeouts -r ts-node/register ./test/**/*.spec.ts",

@@ -53,28 +53,11 @@ "test:sanity": "yarn test",

},
"husky": {
"hooks": {
"pre-push": "yarn bongo lint"
}
},
"dependencies": {
"@applitools/logger": "1.1.42",
"@applitools/utils": "1.3.28"
"@applitools/logger": "1.1.45",
"@applitools/utils": "1.3.30"
},
"devDependencies": {
"@applitools/bongo": "^2.2.2",
"@applitools/scripts": "^1.2.0",
"@types/mocha": "^9.1.1",
"@types/node": "12",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-mocha-no-only": "^1.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^4.3.8",
"mocha": "10.0.0",
"prettier": "^2.8.2",
"ts-node": "^10.8.0",
"typescript": "^4.9.4"
"mocha": "10.0.0"
},

@@ -81,0 +64,0 @@ "engines": {

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