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

@commercetools-frontend/constants

Package Overview
Dependencies
Maintainers
3
Versions
1180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-frontend/constants - npm Package Compare versions

Comparing version 1.0.0-beta.11 to 1.0.0-beta.12

26

index.js

@@ -32,27 +32,2 @@ export const PORTALS_CONTAINER_ID = 'portals-container';

export const MANAGE_PRODUCTS_PERMISSION = {
mode: 'manage',
resource: 'products',
};
export const VIEW_PRODUCTS_PERMISSION = {
mode: 'view',
resource: 'products',
};
export const MANAGE_CUSTOMERS_PERMISSION = {
mode: 'manage',
resource: 'customers',
};
export const MANAGE_OAUTH_CLIENTS = {
mode: 'manage',
resource: 'oauth_clients',
};
export const MANAGE_ORDERS_PERMISSION = {
mode: 'manage',
resource: 'orders',
};
export const GRAPHQL_TARGETS = {

@@ -63,2 +38,3 @@ MERCHANT_CENTER_BACKEND: 'mc',

PIM_INDEXER: 'pim-indexer',
SETTINGS_SERVICE: 'settings',
};

2

package.json
{
"name": "@commercetools-frontend/constants",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"description": "Shared constants for MC applications",

@@ -5,0 +5,0 @@ "license": "Proprietary",

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