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

playwright-aws-lambda

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playwright-aws-lambda - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

2

package.json
{
"name": "playwright-aws-lambda",
"version": "0.4.0",
"version": "0.5.0",
"description": "Support for running Microsoft's Playwrite on AWS Lambda and Google Cloud functions",

@@ -5,0 +5,0 @@ "main": "./dist/src/",

# playwright-aws-lambda
Support for PlayWright running on AWS Lambda and Google Cloud Functions
Support for PlayWright running on AWS Lambda and Google Cloud Functions.
NOTE: Currently only Chromium is supported.
## Install
```shell
npm install playwrite-core playwright-aws-lambda --save
npm install playwright-core playwright-aws-lambda --save
```

@@ -32,3 +34,3 @@

} catch (error) {
throw err;
throw error;
} finally {

@@ -42,2 +44,8 @@ if (browser !== null) {

## API
| Method / Property | Returns | Description |
| ----------------- | ---------------------------------------- | ------------------------------ |
| `launchChromium` | `{!Promise<playwright.ChromiumBrowser>}` | Launches the Chromium browser. |
## Thanks / Credits

@@ -44,0 +52,0 @@

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