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

playwright-aws-lambda

Package Overview
Dependencies
Maintainers
2
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.7.0 to 0.8.0

CODEOWNERS

2

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

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

@@ -18,3 +18,3 @@ # playwright-aws-lambda

This package works with the `nodejs10.x` and `nodejs12.x` AWS Lambda runtimes
This package works with the `nodejs10.x`, `nodejs12.x` and `nodejs14.x` AWS Lambda runtimes
out of the box.

@@ -29,3 +29,3 @@

try {
const browser = await playwright.launchChromium();
browser = await playwright.launchChromium();
const context = await browser.newContext();

@@ -32,0 +32,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