New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wildberries/databus-service-products

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wildberries/databus-service-products - npm Package Compare versions

Comparing version 0.1.2-beta.3 to 0.1.2-beta.4

11

dist/module/types.d.ts
export declare type BaseAction = () => {
type: string;
};
export declare type CallbackFinallyLoadType = ({ loadProductsStopAction, }: {
export declare type CallbackFinallyLoadType = (params: {
loadProductsStopAction: BaseAction;
}) => void;
export declare type ErrorCallbackType = (params: {
loadProductsStopAction: BaseAction;
errorData: {
errorText: string;
headers: Record<string, string>;
};
}) => void;
export declare type FetchMenuActionPayloadType = {

@@ -30,3 +37,3 @@ withErrorNotification?: boolean;

successActionsArray?: Array<BaseAction>;
callbackOnError?: CallbackFinallyLoadType;
callbackOnError?: ErrorCallbackType;
};

@@ -33,0 +40,0 @@ export declare type ListenerType<T> = (params: T) => void;

2

package.json
{
"name": "@wildberries/databus-service-products",
"version": "0.1.2-beta.3",
"version": "0.1.2-beta.4",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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