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.10.0 to 0.11.0

cortex.yaml

1

dist/src/util/isLambdaRuntimeEnvironment.js

@@ -10,4 +10,5 @@ "use strict";

'AWS_Lambda_nodejs18.x',
'AWS_Lambda_nodejs20.x',
].includes(process.env.AWS_EXECUTION_ENV);
}
exports.default = isLambdaRuntimeEnvironment;

8

package.json
{
"name": "playwright-aws-lambda",
"version": "0.10.0",
"version": "0.11.0",
"description": "Support for running Microsoft's Playwrite on AWS Lambda and Google Cloud functions",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/playwright-aws-lambda"
},
"license": "MIT",
"main": "./dist/src/",
"author": "Austin Kelleher, a@alk.im",
"license": "MIT",
"publishConfig": {

@@ -9,0 +13,0 @@ "access": "public"

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

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

@@ -21,0 +21,0 @@

Sorry, the diff of this file is not supported yet

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