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

@applitools/spec-driver-puppeteer

Package Overview
Dependencies
Maintainers
34
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/spec-driver-puppeteer - npm Package Compare versions

Comparing version

to
1.1.48

16

package.json
{
"name": "@applitools/spec-driver-puppeteer",
"version": "1.1.47",
"version": "1.1.48",
"keywords": [

@@ -41,3 +41,3 @@ "puppeteer",

"build": "node ../../node_modules/.bin/ttsc --project ./tsconfig.build.json",
"test": "mocha ./test/**/*.spec.ts --no-timeouts -r ts-node/register",
"test": "node ../../node_modules/.bin/mocha './test/**/*.spec.ts' --exit",
"test:sanity": "yarn test",

@@ -55,12 +55,10 @@ "setup": "yarn puppeteer:setup",

"dependencies": {
"@applitools/driver": "1.11.35",
"@applitools/utils": "1.3.30"
"@applitools/driver": "1.11.36",
"@applitools/utils": "1.3.31"
},
"devDependencies": {
"@applitools/api-extractor": "1.2.11",
"@applitools/api-extractor": "1.2.12",
"@applitools/bongo": "^2.2.5",
"@applitools/test-utils": "1.5.12",
"@types/mocha": "^9.1.1",
"@types/node": "12",
"mocha": "^9.2.2",
"@applitools/test-utils": "1.5.13",
"@types/node": "^12.20.55",
"puppeteer": "^15.3.1"

@@ -67,0 +65,0 @@ },