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

@bytesnbinary/core

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bytesnbinary/core

Core dependencies for bytes n binary internal apps

latest
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

@bytesnbinary/core

LoopBack

Installation

Install BytesnbinaryCoreComponent using npm;

$ [npm install | yarn add] @bytesnbinary/core

Basic Use

Configure and load BytesnbinaryCoreComponent in the application constructor as shown below.

import {BytesnbinaryCoreComponent, BytesnbinaryCoreComponentOptions, DEFAULT_BYTESNBINARY_CORE_OPTIONS} from '@bytesnbinary/core';
// ...
export class MyApplication extends BootMixin(ServiceMixin(RepositoryMixin(RestApplication))) {
  constructor(options: ApplicationConfig = {}) {
    const opts: BytesnbinaryCoreComponentOptions = DEFAULT_BYTESNBINARY_CORE_OPTIONS;
    this.configure(BytesnbinaryCoreComponentBindings.COMPONENT).to(opts);
      // Put the configuration options here
    });
    this.component(BytesnbinaryCoreComponent);
    // ...
  }
  // ...
}

Keywords

loopback-extension

FAQs

Package last updated on 19 Mar 2023

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