Socket
Socket
Sign inDemoInstall

@sajari/sdk-node

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sajari/sdk-node - npm Package Compare versions

Comparing version 2.0.0-beta.4 to 2.0.0-beta.5

1

dist/index.d.ts

@@ -6,2 +6,3 @@ import { appendField, incrementField, setField } from "./store";

export { Session, DefaultSession, Tracking, TrackingType } from "./pipeline/session";
export { SearchResponse, Results, Result, Aggregates, CountResponse, BucketsResponse, BucketResponse } from "./pipeline/search";
export { default as schema, FieldMode } from "./schema";

@@ -8,0 +9,0 @@ export { FieldMutation } from "./store";

2

dist/pipeline/pipeline.d.ts

@@ -11,3 +11,3 @@ import { APIClient, CallOptions } from "../api";

name: string;
version: string;
version?: string;
}

@@ -14,0 +14,0 @@ /**

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

if (v == null) {
throw new Error("sajari: invalid proto");
return { name: "", version: "" };
}

@@ -52,0 +52,0 @@ var x = proto_1.sajari.pipeline.v2.Identifier.create(v);

{
"name": "@sajari/sdk-node",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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