New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@or-sdk/knowledge-models

Package Overview
Dependencies
Maintainers
2
Versions
368
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@or-sdk/knowledge-models

latest
npmnpm
Version
0.25.1
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

Installation:

$ npm i @or-sdk/knowledge-models

Usage:

import { KnowledgeModels } from '@or-sdk/knowledge-models'

// with direct api url
const knowledgeModels = new KnowledgeModels({
  token: 'my-account-token-string',
  nluUrl: 'http://example.knowledge-models/endpoint'
});

// with service discovery(slower)
const knowledgeModels = new KnowledgeModels({
  token: 'my-account-token-string',
  discoveryUrl: 'http://example.discovery/endpoint'
});

FAQs

Package last updated on 25 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts