Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

@vtex/order-items

Package Overview
Dependencies
4
Maintainers
50
Versions
27
Issues
File Explorer

Advanced tools

@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/@

    0.6.6latest
    GitHub

Version published
Maintainers
50
Weekly downloads
646
decreased by-22.45%

Weekly downloads

Readme

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>

Releasing

Use releasy to create new tag to be released. After the tag is created, run npm publish

License

Released under MIT License.

FAQs

Last updated on 28 Jul 2022

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc