Socket
Socket
Sign inDemoInstall

scene-stealer

Package Overview
Dependencies
199
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "scene-stealer",
"version": "1.0.6",
"version": "1.0.7",
"description": "An HTTP Interface to take a screenshot via puppeteer of a part of a website and send it to you via slack",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -9,2 +9,3 @@ 'use strict'

const NO_SANDBOX = !!process.env.NO_SANDBOX
const timeout = process.env.SCENE_STEALER_TIMEOUT_MS || 60000

@@ -22,2 +23,3 @@ let browser = undefined

const page = await browser.newPage()
page.setDefaultNavigationTimeout(timeout)

@@ -48,3 +50,2 @@ if (keys) {

await kill(true)
const timeout = process.env.SCENE_STEALER_TIMEOUT_MS || 60000
const defaultOptions = { timeout }

@@ -51,0 +52,0 @@ const argsOptions = NO_SANDBOX ? {args: ['--no-sandbox']} : {}

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc