Socket
Socket
Sign inDemoInstall

erlasty

Package Overview
Dependencies
118
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -65,5 +65,3 @@ const express = require('express')

try {
const browser = await puppeteer.launch({
headless: true
})
const browser = await puppeteer.launch(puppeteerConfig)
, page = await browser.newPage()

@@ -70,0 +68,0 @@ await page.goto(`http://localhost:${port}` + req.url)

{
"name": "erlasty",
"version": "1.0.1",
"version": "1.0.2",
"description": "react server render by puppeteer for search bots",

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

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