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

@applitools/socket

Package Overview
Dependencies
Maintainers
39
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.1.1 to 1.1.2

CHANGELOG.md

23

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

@@ -25,5 +25,2 @@ "keywords": [

},
"aliases": [
"socket"
],
"exports": {

@@ -44,17 +41,11 @@ ".": {

"scripts": {
"lint": "node ../../node_modules/.bin/eslint '**/*.ts'",
"build": "node ../../node_modules/.bin/tsc --project ./tsconfig.build.json",
"test": "node ../../node_modules/.bin/mocha './test/**/*.spec.ts'",
"test:sanity": "yarn test",
"deps": "bongo deps",
"preversion": "bongo preversion",
"version": "bongo version",
"postversion": "bongo postversion"
"lint": "run --top-level eslint '**/*.ts'",
"build": "run --top-level tsc --project ./tsconfig.build.json",
"test": "run --top-level mocha './test/**/*.spec.ts'"
},
"dependencies": {
"@applitools/logger": "2.0.2",
"@applitools/utils": "1.3.37"
"@applitools/logger": "2.0.3",
"@applitools/utils": "1.4.0"
},
"devDependencies": {
"@applitools/bongo": "^4.0.0",
"@types/node": "^12.20.55"

@@ -65,2 +56,2 @@ },

}
}
}
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