playwright-aws-lambda
Advanced tools
Comparing version 0.7.0 to 0.8.0
{ | ||
"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 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
44056869
25
4