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
5
Versions
1198
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 13.3.5 to 13.8.2-canary.13

4

dist/constants.cjs.js

@@ -5,2 +5,5 @@ 'use strict';

// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
var version = '__@APPLICATION_KIT_PACKAGE/VERSION_OF_RELEASE__';
var PORTALS_CONTAINER_ID = 'portals-container';

@@ -49,2 +52,3 @@ var __GLOBAL = 'GLOBAL'; // NOTIFICATIONS

exports.__GLOBAL = __GLOBAL;
exports.version = version;
//# sourceMappingURL=constants.cjs.js.map

5

dist/constants.es.js

@@ -0,1 +1,4 @@

// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
var version = '__@APPLICATION_KIT_PACKAGE/VERSION_OF_RELEASE__';
var PORTALS_CONTAINER_ID = 'portals-container';

@@ -34,3 +37,3 @@ var __GLOBAL = 'GLOBAL'; // NOTIFICATIONS

export { DOMAINS, GRAPHQL_TARGETS, HIDE_ALL_PAGE_NOTIFICATIONS, HIDE_LOADING, LOGOUT_REASONS, NO_VALUE_FALLBACK, PORTALS_CONTAINER_ID, SHOW_LOADING, STATUS_CODES, __GLOBAL };
export { DOMAINS, GRAPHQL_TARGETS, HIDE_ALL_PAGE_NOTIFICATIONS, HIDE_LOADING, LOGOUT_REASONS, NO_VALUE_FALLBACK, PORTALS_CONTAINER_ID, SHOW_LOADING, STATUS_CODES, __GLOBAL, version };
//# sourceMappingURL=constants.es.js.map
{
"name": "@commercetools-frontend/constants",
"version": "13.3.5",
"version": "13.8.2-canary.13+1033693d",
"description": "Shared constants for MC applications",

@@ -32,7 +32,7 @@ "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",

"build": "npm run build:es && npm run build:cjs",
"build:cjs": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js -f cjs ./index.js -o dist/constants.cjs.js",
"build:es": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js -f es ./index.js -o dist/constants.es.js",
"build:cjs": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js -f cjs ./src/index.js -o dist/constants.cjs.js",
"build:es": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js -f es ./src/index.js -o dist/constants.es.js",
"build:es:watch": "npm run build:es -- -w"
},
"gitHead": "e377b2a83fc8301d48bcb2601794f34c57e53e7c"
"gitHead": "1033693ddcefb9ab89f647c76633658e09fbab62"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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