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.0-beta.4 to 0.1.0-beta.5

3

dist/module/listeners.d.ts
import { FetchMenuActionPayloadType, ListenerType, NavigateToRouteParamsType } from './types';
export declare const setFetchProductsListener: (listener: ListenerType<FetchMenuActionPayloadType>) => void;
export declare const setPrefetchProductsListener: (listener: ListenerType<Pick<FetchMenuActionPayloadType, "withErrorNotification" | "routeUrl" | "callbackFinallyLoad" | "configs" | "navigateAfterLoadConfig"> & {
timeout: number;
}>) => void;
export declare const setNavigateProductListener: (listener: ListenerType<NavigateToRouteParamsType>) => void;

@@ -10,2 +10,7 @@ "use strict";

};
exports.setPrefetchProductsListener = function (listener) {
new databus_1.Databus({ name: constants_1.PREFETCH_PRODUCTS }).addEventListener({
listener: listener,
});
};
exports.setNavigateProductListener = function (listener) {

@@ -12,0 +17,0 @@ new databus_1.Databus({ name: constants_1.NAVIGATE_TO_PRODUCT }).addEventListener({

2

package.json
{
"name": "@wildberries/databus-service-products",
"version": "0.1.0-beta.4",
"version": "0.1.0-beta.5",
"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