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

addsearch-js-client

Package Overview
Dependencies
Maintainers
0
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

addsearch-js-client - npm Package Compare versions

Comparing version 0.8.13 to 0.8.14

6

package.json
{
"name": "addsearch-js-client",
"version": "0.8.13",
"version": "0.8.14",
"description": "AddSearch API JavaScript client",

@@ -42,3 +42,4 @@ "main": "index.js",

"js-base64": "^3.6.0",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"buffer": "^6.0.3"
},

@@ -52,3 +53,2 @@ "devDependencies": {

"babel-loader": "^9.1.2",
"buffer": "^6.0.3",
"eslint": "^8.45.0",

@@ -55,0 +55,0 @@ "eslint-webpack-plugin": "^3.1.1",

@@ -140,3 +140,5 @@ # AddSearch Search API Client for JavaScript

Please contact our [Support](https://github.com/AddSearch/js-client-library?tab=readme-ov-file#support) team to active Response Caching for your index.
### Pagination

@@ -162,3 +164,3 @@ Set page number, page size and sorting parameters. It's possible to order results by:

```js
// Defaults: page "1", pageSize "10", sortBy "relevance", sortOrder "desc"
// Defaults: page: 1, pageSize: 10, sortBy: "relevance", sortOrder: "desc"
client.setPaging(page, pageSize, sortBy, sortOrder);

@@ -165,0 +167,0 @@ ```

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

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