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
4
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.3-beta.1 to 0.0.3

7

dist/module/actions.js

@@ -45,7 +45,8 @@ "use strict";

exports.setPermissionsAction = function (permissions) {
var _a;
databus_1.Databus.setData({
values: {
userPermissions: permissions,
},
values: (_a = {},
_a[constants_1.USER_PERMISSIONS] = permissions,
_a),
});
};

@@ -6,1 +6,2 @@ export declare const AUTHENTIFICATE_USER_STATE = "authentificate-user-state";

export declare const FETCH_PERMISSIONS = "fetch-permissions";
export declare const USER_PERMISSIONS = "userPermissions";

@@ -8,1 +8,2 @@ "use strict";

exports.FETCH_PERMISSIONS = 'fetch-permissions';
exports.USER_PERMISSIONS = 'userPermissions';
{
"name": "@wildberries/databus-service-user",
"version": "0.0.3-beta.1",
"version": "0.0.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