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

@wildberries/databus-service-user

Package Overview
Dependencies
Maintainers
5
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.4-beta.4 to 0.0.4-beta.5

2

dist/module/events.d.ts

@@ -6,2 +6,2 @@ import { FetchPermissionsParamsType, RefreshUserFeaturesType, UserDataType } from './types';

export declare const setFetchPermissionsEvent: ({ scope, }: FetchPermissionsParamsType) => void;
export declare const setRefreshUserPermissionsEvent: (options: RefreshUserFeaturesType) => void;
export declare const setRefreshUserPermissionsEvent: ({ features, abortRequestId, }: RefreshUserFeaturesType) => void;

@@ -36,6 +36,8 @@ "use strict";

};
exports.setRefreshUserPermissionsEvent = function (options) {
exports.setRefreshUserPermissionsEvent = function (_a) {
var features = _a.features, abortRequestId = _a.abortRequestId;
new databus_1.Databus({ name: constants_1.REFRESH_PERMISSIONS }).addEvent({
detail: {
options: options,
features: features,
abortRequestId: abortRequestId,
},

@@ -42,0 +44,0 @@ });

{
"name": "@wildberries/databus-service-user",
"version": "0.0.4-beta.4",
"version": "0.0.4-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