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

classifiercomponenticompany

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

classifiercomponenticompany

``` npm i @ilb/classifiercomponent ```

  • 1.1.24
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
0
Weekly downloads
 
Created
Source

Установка:

npm i @ilb/classifiercomponent

Пример (классификация не работает):

git clone https://github.com/ilb/classifiercomponent.git
npm i
cp .env.example .env
npm run dev

Перейти на http://127.0.0.1:3010

Использование:

Задать переменную DOSSIER_DOCUMENT_PATH в .env

Клиент:

<Classifier uuid={uuid} name="classifier" schema={classifierSchema} />

Пример schema: https://github.com/ilb/classifiercomponent/blob/master/src/mocks/schema.mjs

Сервер:

// pages/api/classifications/[...classifier].js
import { ClassifierApi } from '@ilb/classifiercomponent/src/server.mjs';
import { createScope } from '../../../libs/usecases/index.mjs';
import { onError, onNoMatch } from '../../../libs/middlewares/index.mjs';

export const config = {
  api: {
    bodyParser: false
  }
};

export default ClassifierApi(createScope, onError, onNoMatch);

В DI должна быть переменная dossierBuilder являющаяся экземпляром класса DossierBuilder

И, случае использования классификатора: verificationService, verificationRepository, classifierQuantity

FAQs

Package last updated on 26 Aug 2024

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

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