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.2 to 0.1.2-beta.3

5

dist/module/types.d.ts

@@ -26,2 +26,7 @@ export declare type BaseAction = () => {

setDataToLocalStorage?: boolean;
errorAction?: BaseAction;
errorActionsArray?: Array<BaseAction>;
successAction?: BaseAction;
successActionsArray?: Array<BaseAction>;
callbackOnError?: CallbackFinallyLoadType;
};

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

2

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