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
3
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.1.1-beta.4 to 0.1.1-beta.5

2

dist/module/actions.d.ts

@@ -7,2 +7,2 @@ import { UserDataType } from './types';

export declare const setPermissionsAction: (permissions: Record<string, Record<string, boolean>>) => void;
export declare const setDataPermissionsAction: (permissionsData: Record<string, Record<string, string[]>>) => void;
export declare const setDataPermissionsAction: (permissionsData: Record<string, Record<string, string | number | unknown[] | Record<string, unknown>>>) => void;

@@ -7,2 +7,2 @@ import { UserDataType } from '../types';

export declare const userPermissionsSubscriberSelector: (scope: string) => (permissions: Record<string, Record<string, boolean>>) => Record<string, boolean>;
export declare const userDataPermissionsSubscriberSelector: (scope: string) => (permissionsData: Record<string, Record<string, string[]>>) => Record<string, string[]>;
export declare const userDataPermissionsSubscriberSelector: (scope: string) => (permissionsData: Record<string, Record<string, string | number | unknown[] | Record<string, unknown>>>) => Record<string, any>;

@@ -19,3 +19,3 @@ import { BrowserCacheParamsType } from '@mihanizm56/fetch-api';

export declare type PermissionsType = Record<string, Record<string, boolean>>;
export declare type PermissionsDataType = Record<string, Record<string, Array<string>>>;
export declare type PermissionsDataType = Record<string, Record<string, string | number | Array<unknown> | Record<string, unknown>>>;
export declare type ErrorCallbackType = (params: {

@@ -22,0 +22,0 @@ errorData: {

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