Socket
Socket
Sign inDemoInstall

@sajari/sdk-node

Package Overview
Dependencies
47
Maintainers
8
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.5.1 to 4.5.2

3

build/src/collections.js

@@ -20,2 +20,5 @@ "use strict";

};
this.client.addInterceptor(opts => {
opts.forever = true;
});
}

@@ -22,0 +25,0 @@ async getCollection(id) {

@@ -20,2 +20,5 @@ "use strict";

};
this.client.addInterceptor(opts => {
opts.forever = true;
});
}

@@ -22,0 +25,0 @@ async sendEvent(accountId, args) {

@@ -51,2 +51,5 @@ "use strict";

};
this.client.addInterceptor(opts => {
opts.forever = true;
});
}

@@ -53,0 +56,0 @@ async getPipeline({ type, name, version, view, }) {

@@ -21,2 +21,5 @@ "use strict";

};
this.client.addInterceptor(opts => {
opts.forever = true;
});
}

@@ -23,0 +26,0 @@ async getRecord(key) {

@@ -21,2 +21,5 @@ "use strict";

};
this.client.addInterceptor(opts => {
opts.forever = true;
});
}

@@ -23,0 +26,0 @@ async listFields({ pageSize, pageToken, }) {

2

build/src/version.d.ts

@@ -1,1 +0,1 @@

export declare const version = "4.5.1";
export declare const version = "4.5.2";

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

exports.version = void 0;
exports.version = "4.5.1";
exports.version = "4.5.2";
//# sourceMappingURL=version.js.map
{
"name": "@sajari/sdk-node",
"version": "4.5.1",
"version": "4.5.2",
"repository": "git@github.com:github.com/sajari/sdk-node.git",

@@ -5,0 +5,0 @@ "author": "Search.io",

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