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.0 to 1.8.2

3

lib/enqueueLinks.js

@@ -12,3 +12,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.enqueueLinks = void 0;
exports.enqueueLinks = enqueueLinks;
/*! Copyright (c) 2020, XAPP AI */

@@ -80,3 +80,2 @@ const arachne_utils_1 = require("@xapp/arachne-utils");

}
exports.enqueueLinks = enqueueLinks;
//# sourceMappingURL=enqueueLinks.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.generateRequestId = void 0;
exports.generateRequestId = generateRequestId;
/*! Copyright (c) 2020, XAPP AI */

@@ -21,3 +21,2 @@ const arachne_utils_1 = require("@xapp/arachne-utils");

}
exports.generateRequestId = generateRequestId;
//# sourceMappingURL=generateRequestId.js.map
{
"name": "@xapp/arachne",
"version": "1.8.0",
"version": "1.8.2",
"types": "lib/index",

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

"devDependencies": {
"@microsoft/api-extractor": "7.43.8",
"@types/chai": "4.3.16",
"@microsoft/api-extractor": "7.47.4",
"@types/chai": "4.3.17",
"@types/generic-pool": "3.8.1",
"@types/mocha": "10.0.6",
"@types/node": "20.12.12",
"@types/mocha": "10.0.7",
"@types/node": "20.14.13",
"@types/sinon": "17.0.3",
"@types/sinon-chai": "3.2.12",
"@xapp/config": "0.2.3",
"chai": "4.4.1",
"mocha": "10.4.0",
"puppeteer": "22.9.0",
"chai": "4.5.0",
"mocha": "10.7.0",
"puppeteer": "22.15.0",
"sinon": "18.0.0",
"sinon-chai": "3.7.0",
"ts-node": "10.9.2",
"tslib": "2.6.2",
"typescript": "5.4.5"
"tslib": "2.6.3",
"typescript": "5.5.4"
},
"dependencies": {
"@xapp/arachne-utils": "1.8.0",
"@xapp/arachne-utils": "1.8.2",
"generic-pool": "3.9.0",

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

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

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

},
"gitHead": "21872d37222311f6edc36d87d03d9735a12ba2d1"
"gitHead": "c56c8143f976a7111003f219a9611673ba6f08ba"
}

Sorry, the diff of this file is not supported yet

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