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.6.0 to 0.7.0

.github/workflows/npm-publish.yml

2

dist/src/util/isLambdaRuntimeEnvironment.js
"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 @@

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