Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xapp/arachne

Package Overview
Dependencies
Maintainers
5
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xapp/arachne - npm Package Compare versions

Comparing version 1.7.4 to 1.7.5

2

lib/Arachne.js

@@ -205,2 +205,3 @@ "use strict";

if (customBrowser) {
(0, stentor_logger_1.log)().debug(`Launching custom browser provided on constructor.`);
browser = this.browser;

@@ -212,2 +213,3 @@ }

}
(0, stentor_logger_1.log)().debug(`Launching browser with options: \n${JSON.stringify(this.launchOptions, undefined, 2)}`);
browser = yield puppeteer_extra_1.default.launch(this.launchOptions);

@@ -214,0 +216,0 @@ }

16

package.json
{
"name": "@xapp/arachne",
"version": "1.7.4",
"version": "1.7.5",
"types": "lib/index",

@@ -17,7 +17,7 @@ "main": "lib/index",

"devDependencies": {
"@microsoft/api-extractor": "7.43.4",
"@microsoft/api-extractor": "7.43.7",
"@types/chai": "4.3.16",
"@types/generic-pool": "3.8.1",
"@types/mocha": "10.0.6",
"@types/node": "20.12.11",
"@types/node": "20.12.12",
"@types/sinon": "17.0.3",

@@ -28,4 +28,4 @@ "@types/sinon-chai": "3.2.12",

"mocha": "10.4.0",
"puppeteer": "22.8.1",
"sinon": "17.0.1",
"puppeteer": "22.9.0",
"sinon": "18.0.0",
"sinon-chai": "3.7.0",

@@ -37,3 +37,3 @@ "ts-node": "10.9.2",

"dependencies": {
"@xapp/arachne-utils": "1.7.4",
"@xapp/arachne-utils": "1.7.5",
"generic-pool": "3.9.0",

@@ -44,3 +44,3 @@ "puppeteer-extra": "3.3.6",

"peerDependencies": {
"puppeteer": "22.6.3"
"puppeteer": "22.9.0"
},

@@ -53,3 +53,3 @@ "scripts": {

},
"gitHead": "92cf07392910e80fb6c9e24845df1d58d11610aa"
"gitHead": "dcec662fb06541f710d351f3c4c7515f7d5a2eb4"
}

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