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.5 to 1.0.0-beta.6

dist/collector.d.ts

22

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

@@ -16,2 +16,11 @@ "type": "module",

},
"scripts": {
"lint": "ts-standard --fix",
"build": "rm -rf ./dist && concurrently \"npm run build:esm\" \"npm run build:cjs\" \"npm run build:ts\"",
"build:esm": "esbuild ./src/index.ts --bundle --format=esm --outfile=./dist/esm/index.js",
"build:cjs": "esbuild ./src/index.ts --bundle --format=iife --outfile=./dist/cjs/index.js",
"build:ts": "tsc -p . --emitDeclarationOnly",
"test": "echo \"Error: no test specified\" && exit 1",
"serve:example": "esbuild src/index.ts --bundle --outfile=example/out.js --format=esm --watch --servedir=example"
},
"keywords": [

@@ -41,12 +50,3 @@ "orama",

"typescript": "^5.1.3"
},
"scripts": {
"lint": "ts-standard --fix",
"build": "rm -rf ./dist && concurrently \"npm run build:esm\" \"npm run build:cjs\" \"npm run build:ts\"",
"build:esm": "esbuild ./src/index.ts --bundle --format=esm --outfile=./dist/esm/index.js",
"build:cjs": "esbuild ./src/index.ts --bundle --format=iife --outfile=./dist/cjs/index.js",
"build:ts": "tsc -p . --emitDeclarationOnly",
"test": "echo \"Error: no test specified\" && exit 1",
"serve:example": "esbuild src/index.ts --bundle --outfile=example/out.js --format=esm --watch --servedir=example"
}
}
}

@@ -8,3 +8,3 @@ # Orama Cloud Client

```js
import { OramaClient } from '@orama/client'
import { OramaClient } from '@oramacloud/client'

@@ -27,2 +27,2 @@ const client = new OramaClient({

})
```
```
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