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

@xapp/arachne

Package Overview
Dependencies
Maintainers
0
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.8.3 to 1.8.6

2

lib/Arachne.d.ts

@@ -63,3 +63,3 @@ /*! Copyright (c) 2020, XAPP AI */

*/
browser?: Pick<Browser, "close" | "newPage">;
browser?: Pick<Browser, "close" | "newPage" | "pages">;
}

@@ -66,0 +66,0 @@ /**

@@ -261,2 +261,7 @@ "use strict";

if (this.browser) {
// first close any pages still open
const pages = yield this.browser.pages();
for (const page of pages) {
yield page.close();
}
yield this.browser.close();

@@ -263,0 +268,0 @@ }

{
"name": "@xapp/arachne",
"version": "1.8.3",
"version": "1.8.6",
"types": "lib/index",

@@ -49,3 +49,3 @@ "main": "lib/index",

},
"gitHead": "f506e88fbc093e8db03beaafadc4057f3647aece"
"gitHead": "79983e00bcc78459c4e243795362cb90f3bbb3ff"
}

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