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

@oramacloud/client

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oramacloud/client - npm Package Compare versions

Comparing version 1.0.0-beta.9 to 1.0.0-beta.10

4

package.json
{
"name": "@oramacloud/client",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "Orama SDK for Node.js, Deno, and Browsers",

@@ -14,3 +14,3 @@ "type": "module",

"types": "./dist/index.d.ts",
"browsers": "./dist/index.global.js"
"browser": "./dist/index.global.js"
},

@@ -17,0 +17,0 @@ "keywords": [

# Orama Cloud Client
## Install
```js

@@ -7,2 +8,4 @@ npm i @oramacloud/client

## Usage
```js

@@ -18,2 +21,10 @@ import { OramaClient } from '@oramacloud/client'

term: 'red leather shoes',
})
```
## Advanced search
```js
const results = await client.search({
term: 'red leather shoes',
where: {

@@ -20,0 +31,0 @@ price: {

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