Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@vtex/order-manager
Advanced tools
[![Build Status](https://travis-ci.org/vtex/order-manager.svg?branch=master)](https://travis-ci.org/vtex/order-manager) [![License](https://badgen.net/github/license/vtex/order-manager)](./LICENSE) [![Library minified size](https://badgen.net/bundlephobia
This package is an abstraction to decouple the Order Manager logic from VTEX IO. Refer to the repository root's README for more information.
This library is published in the NPM registry and can be installed using any compatible package manager.
npm install @vtex/order-manager --save
# For Yarn, use the command below.
yarn add @vtex/order-manager
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-manager"></script>
<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/@vtex/order-manager"></script>
<script>
// UMD module is exposed through the "orderManager" global variable.
console.log(orderManager)
</script>
Use releasy to create new tag to be released. After the tag is created, run npm publish
Documentation generated from source files by Typedoc.
Released under MIT License.
FAQs
[![Build Status](https://travis-ci.org/vtex/order-manager.svg?branch=master)](https://travis-ci.org/vtex/order-manager) [![License](https://badgen.net/github/license/vtex/order-manager)](./LICENSE) [![Library minified size](https://badgen.net/bundlephobia
The npm package @vtex/order-manager receives a total of 727 weekly downloads. As such, @vtex/order-manager popularity was classified as not popular.
We found that @vtex/order-manager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 53 open source maintainers collaborating on the project.
Did you know?
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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.