Socket
Book a DemoInstallSign in
Socket

@shipengine/connect-order-source-api

Package Overview
Dependencies
Maintainers
22
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shipengine/connect-order-source-api

This is the typescript/javascript definitions for the order source api

npmnpm
Version
3.10.0
Version published
Weekly downloads
518
73.24%
Maintainers
22
Weekly downloads
 
Created
Source

TypeScript Library

The purpose of this library is to fill a similar role that EcommerceApi.Common serves for C# but for JavaScript & TypeScript. It will contain the models and definitions for Request/Response Bodies.

Building & Publishing

To build the project use this command in the terminal from this directory.

npm run build

this will generate a ./lib directory which contains the JavaScript & TypeScript.

To publish make sure you set the appropriate version in the package.json file and then:

npm run build
npm publish

Include in Project

Create a .npmrc file with the a pointer to our internal registry

@ipaas:registry=https://infra-nexus.kube.sslocal.com/repository/s3-npm-hosted/

Then use the following command from the terminal

npm install @ipaas/ecommerce 

Keywords

shipengine

FAQs

Package last updated on 19 Jan 2022

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