New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@koibanx/checkout-dw-sdk

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@koibanx/checkout-dw-sdk

Checkout DW SDK

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
371
increased by19.68%
Maintainers
2
Weekly downloads
 
Created
Source

Koibanx Checkout DW SDK

Checkout DW SDK based in module Checkout DW

Description

The Module Checkout DW handles:

SDK Documentation

Feast yourself

Installation

npm install @koibanx/checkout-dw-sdk

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


Initialization

Node

Using ES6 import

import CheckoutDwSdk from '@koibanx/checkout-dw-sdk';

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

With require

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

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

Types

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

Examples

Using ES6 import

import CheckoutDwSdk from "@koibanx/checkout-dw-sdk";

const checkoutDw = CheckoutDwSdk({
    baseURL: 'http://your-url',
})

FAQs

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