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

@or-sdk/qna

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@or-sdk/qna - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0-beta.1728.0

1

dist/types/types.d.ts

@@ -68,2 +68,3 @@ import { OrderOptions, PaginationOptions, Token } from '@or-sdk/base';

countPassages?: number;
sourceUrl?: string;
};

@@ -70,0 +71,0 @@ export type Collection = {

5

package.json
{
"name": "@or-sdk/qna",
"version": "3.3.0",
"version": "3.4.0-beta.1728.0",
"main": "dist/cjs/index.js",

@@ -36,4 +36,3 @@ "module": "dist/esm/index.js",

"access": "public"
},
"gitHead": "1c4f23bab12d0f88f0f46158ed439717c91928d9"
}
}

@@ -579,2 +579,3 @@ # QnA SDK

description: 'A sample document',
sourceUrl: 'http://example.com/sample-document.pdf',
countPassages: 42,

@@ -581,0 +582,0 @@ }

@@ -284,2 +284,7 @@ import { OrderOptions, PaginationOptions, Token } from '@or-sdk/base';

countPassages?: number;
/**
* The URL of the source this document is downloaded from if provided.
*/
sourceUrl?: string;
};

@@ -286,0 +291,0 @@

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