@applitools/socket
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"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 @@ }, | ||
} | ||
} | ||
} |
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
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
38658
1
21
+ Added@applitools/logger@2.0.3(transitive)
+ Added@applitools/utils@1.4.0(transitive)
- Removed@applitools/logger@2.0.2(transitive)
- Removed@applitools/utils@1.3.37(transitive)
Updated@applitools/logger@2.0.3
Updated@applitools/utils@1.4.0