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
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 13.10.1-canary.2 to 13.10.1-canary.9

5

dist/constants.cjs.js

@@ -6,3 +6,3 @@ 'use strict';

// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
var version = '13.10.1-canary.2+6b18199c';
var version = '13.10.1-canary.9+ab243bbf';

@@ -31,3 +31,4 @@ var PORTALS_CONTAINER_ID = 'portals-container';

UNAUTHORIZED: 'unauthorized',
INVALID: 'invalid'
INVALID: 'invalid',
DELETED: 'deleted'
};

@@ -34,0 +35,0 @@ var GRAPHQL_TARGETS = {

// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
var version = '13.10.1-canary.2+6b18199c';
var version = '13.10.1-canary.9+ab243bbf';

@@ -26,3 +26,4 @@ var PORTALS_CONTAINER_ID = 'portals-container';

UNAUTHORIZED: 'unauthorized',
INVALID: 'invalid'
INVALID: 'invalid',
DELETED: 'deleted'
};

@@ -29,0 +30,0 @@ var GRAPHQL_TARGETS = {

1

dist/typings/constants.d.ts

@@ -22,2 +22,3 @@ export declare const PORTALS_CONTAINER_ID = "portals-container";

INVALID: string;
DELETED: string;
};

@@ -24,0 +25,0 @@ export declare const GRAPHQL_TARGETS: {

@@ -1,2 +0,2 @@

declare const _default: "13.10.1-canary.2+6b18199c";
declare const _default: "13.10.1-canary.9+ab243bbf";
export default _default;
{
"name": "@commercetools-frontend/constants",
"version": "13.10.1-canary.2+6b18199c",
"version": "13.10.1-canary.9+ab243bbf",
"description": "Shared constants for MC applications",

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

},
"gitHead": "6b18199c7e27920c257434b8013fd101b667d30b"
"gitHead": "ab243bbf40606f2258477bcf7b84a9bf7e750399"
}

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