Socket
Socket
Sign inDemoInstall

@vtex/order-manager

Package Overview
Dependencies
Maintainers
74
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/order-manager - npm Package Compare versions

Comparing version 0.0.3-13 to 0.0.3-14

2

dist/index.esm.js
/*!
* @vtex/order-manager v0.0.3-13
* @vtex/order-manager v0.0.3-14
* (c) VTEX

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* @vtex/order-manager v0.0.3-13
* @vtex/order-manager v0.0.3-14
* (c) VTEX

@@ -4,0 +4,0 @@ * Released under the MIT License.

{
"name": "@vtex/order-manager",
"version": "0.0.3-13",
"version": "0.0.3-14",
"description": "",

@@ -5,0 +5,0 @@ "cdn": "dist/index.umd.js",

declare type Maybe<T> = T | null | undefined;
export interface Message {
code: Maybe<string>;
code?: Maybe<string>;
status?: Maybe<string>;

@@ -5,0 +5,0 @@ text?: Maybe<string>;

Sorry, the diff of this file is not supported yet

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