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

playwright-chromium

Package Overview
Dependencies
Maintainers
1
Versions
4821
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playwright-chromium - npm Package Compare versions

Comparing version

to
0.11.1-next.1582931937842

13

index.js

@@ -17,7 +17,8 @@ /**

module.exports = {
...require('playwright-core'),
// Keep exporting Chromium and nullify other browsers.
webkit: undefined,
firefox: undefined,
}
const {Playwright} = require('playwright-core/lib/server/playwright.js');
module.exports = new Playwright({
downloadPath: __dirname,
browsers: ['chromium'],
});
{
"name": "playwright-chromium",
"version": "0.11.0",
"version": "0.11.1-next.1582931937842",
"description": "A high-level API to automate Chromium",

@@ -15,4 +15,4 @@ "repository": "github:Microsoft/playwright",

"dependencies": {
"playwright-core": "=0.11.0"
"playwright-core": "=0.11.1-next.1582931937842"
}
}