Socket
Socket
Sign inDemoInstall

@vtex/order-items

Package Overview
Dependencies
Maintainers
73
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/order-items

[![Build Status](https://travis-ci.org/vtex/order-items.svg?branch=master)](https://travis-ci.org/vtex/order-items) [![License](https://badgen.net/github/license/vtex/order-items)](./LICENSE) [![Library minified size](https://badgen.net/bundlephobia/min/@


Version published
Weekly downloads
985
increased by16.98%
Maintainers
73
Weekly downloads
 
Created
Source

Order Items (NPM Package)

Build Status License Library minified size Library minified + gzipped size

This package is an abstraction to decouple the Order Items logic from VTEX IO. Refer to the original repository for more information.

Installation

This library is published in the NPM registry and can be installed using any compatible package manager.

npm install @vtex/order-items --save

# For Yarn, use the command below.
yarn add @vtex/order-items

Installation from CDN

This module has an UMD bundle available through JSDelivr and Unpkg CDNs.

<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/@vtex/order-items"></script>

<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/@vtex/order-items"></script>

<script>
  // UMD module is exposed through the "orderItems" global variable.
  console.log(orderItems)
</script>

Documentation

Documentation generated from source files by Typedoc.

License

Released under MIT License. );


## Documentation

[Documentation generated from source files by Typedoc](./docs/README.md).

## License

Released under [MIT License](./LICENSE).

FAQs

Package last updated on 18 Mar 2021

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