Socket
Socket
Sign inDemoInstall

@apify/docsearch-apify-docs

Package Overview
Dependencies
30
Maintainers
10
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.5.1 to 3.5.2

4

dist/esm/DocSearchModal.js

@@ -311,2 +311,6 @@ var _excluded = ["footer", "searchBox"];

});
}).map(function (x) {
return x.sort(function (a, b) {
return !a.__docsearch_parent ? -1 : !b.__docsearch_parent ? 1 : 0;
});
}).flat();

@@ -313,0 +317,0 @@ }

2

package.json
{
"name": "@apify/docsearch-apify-docs",
"description": "Customized DocSearch package by Algolia for use in Apify Docs.",
"version": "3.5.1",
"version": "3.5.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "homepage": "https://docsearch.algolia.com",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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