New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chrome-aws-lambda

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-aws-lambda - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

package.json
{
"name": "chrome-aws-lambda",
"private": false,
"version": "3.1.0",
"version": "3.1.1",
"author": {

@@ -6,0 +6,0 @@ "name": "Alix Axel"

@@ -139,3 +139,3 @@ # chrome-aws-lambda

| ------------------- | --------------------------------- | ---------------------------------------------------- |
| `3.1.*` | `npm i chrome-aws-lambda@~3.1.0` | [`756035`](https://crrev.com/756035) (`83.0.4103.0`) |
| `3.1.*` | `npm i chrome-aws-lambda@~3.1.1` | [`756035`](https://crrev.com/756035) (`83.0.4103.0`) |
| `3.0.*` | `npm i chrome-aws-lambda@~3.0.4` | [`737027`](https://crrev.com/737027) (`81.0.4044.0`) |

@@ -142,0 +142,0 @@ | `2.1.*` | `npm i chrome-aws-lambda@~2.1.1` | [`722234`](https://crrev.com/722234) (`80.0.3987.0`) |

@@ -18,10 +18,8 @@ let Super = null;

await result.emulateTimezone('GMT');
try {
await result.emulateTimezone('GMT');
} catch (error) {}
await result.evaluateOnNewDocument(
() => {
window.chrome = {
app: {},
runtime: {},
};
Object.defineProperty(navigator, 'plugins', {

@@ -174,2 +172,7 @@ get: () => [

};
window.chrome = {
app: {},
runtime: {},
};
}

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