playwright-aws-lambda
Advanced tools
Comparing version 0.6.0 to 0.7.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
function isLambdaRuntimeEnvironment() { | ||
return ['AWS_Lambda_nodejs10.x', 'AWS_Lambda_nodejs12.x'].includes(process.env.AWS_EXECUTION_ENV); | ||
return ['AWS_Lambda_nodejs10.x', 'AWS_Lambda_nodejs12.x', 'AWS_Lambda_nodejs14.x'].includes(process.env.AWS_EXECUTION_ENV); | ||
} | ||
exports.default = isLambdaRuntimeEnvironment; |
{ | ||
"name": "playwright-aws-lambda", | ||
"version": "0.6.0", | ||
"version": "0.7.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 | ||
![CI](https://github.com/JupiterOne/playwright-aws-lambda/workflows/CI/badge.svg) | ||
[![NPM](https://img.shields.io/npm/v/playwright-aws-lambda)](https://www.npmjs.com/package/playwright-aws-lambda) | ||
Support for Playwright running on AWS Lambda and Google Cloud Functions. | ||
@@ -4,0 +7,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
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
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
44056795
24
68
5