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

@koibanx/auth-dw-sdk

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@koibanx/auth-dw-sdk

Auth DW SDK

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Koibanx Auth DW SDK

Auth DW SDK based in module Auth DW

Description

The Module Auth DW handles:

SDK Documentation

Feast yourself

Installation

npm install @koibanx/auth-dw-sdk

NOTE: you must have the npm token in your .npmrc file


Initialization

Node

Using ES6 import

import AuthDwSdk from '@koibanx/auth-dw-sdk';

const authDw = AuthDwSdk({
  baseURL: 'http://your-url',
});

With require

exports.__esModule = true;
const AuthDwSdk = require('@koibanx/auth-dw-sdk')["default"];

const authDw = AuthDwSdk({
  baseURL: 'http://your-url',
});

Types

  • Typescript (@koibanx/auth-dw-sdk/dist/index.d.ts)

Examples

Using ES6 import

import AuthDwSdk from "@koibanx/auth-dw-sdk";

const authDw = AuthDwSdk({
    baseURL: 'http://your-url',
})

FAQs

Package last updated on 14 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

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