Socket
Socket
Sign inDemoInstall

@vtex/order-manager

Package Overview
Dependencies
Maintainers
67
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.5.0 to 0.5.1

src/.npmignore

4

CHANGELOG.md

@@ -10,2 +10,6 @@ # Changelog

## [0.5.1] - 2021-04-21
### Fixed
- `OrderQueue` using private type `OrderQueueProviderProps`.
## [0.5.0] - 2021-04-21

@@ -12,0 +16,0 @@ - Extract QueueStatus from useQueueStatus to OrderQueueContext

2

dist/index.esm.js
/*!
* @vtex/order-manager v0.5.0
* @vtex/order-manager v0.5.1
* (c) VTEX

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

/*!
* @vtex/order-manager v0.5.0
* @vtex/order-manager v0.5.1
* (c) VTEX

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

{
"name": "@vtex/order-manager",
"version": "0.5.0",
"version": "0.5.1",
"description": "",

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

@@ -1,2 +0,2 @@

import type { FC, ReactNode, RefObject } from 'react';
import type { ReactNode, VFC, RefObject } from 'react';
import type { OrderForm, QueueStatus } from './typings';

@@ -11,9 +11,9 @@ import type { CancellablePromiseLike } from './modules/SequentialTaskQueue';

}
interface OrderQueueProviderProps {
export interface OrderQueueProviderProps {
children: ReactNode;
}
export declare const useQueueStatus: () => RefObject<QueueStatus>;
export declare const OrderQueueProvider: FC<OrderQueueProviderProps>;
export declare const OrderQueueProvider: VFC<OrderQueueProviderProps>;
export declare function useOrderQueue<O extends OrderForm>(): Context<O>;
export {};
//# sourceMappingURL=OrderQueue.d.ts.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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