@commercetools-backend/express
Advanced tools
Comparing version 16.6.2-canary.11 to 16.6.2-canary.12
@@ -1,3 +0,1 @@ | ||
export { CLOUD_IDENTIFIERS, MC_API_URLS } from './constants'; | ||
export { createSessionAuthVerifier } from './auth'; | ||
export { default as createSessionMiddleware } from './middlewares/session-middleware'; | ||
export * from './src'; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var constants_1 = require("./constants"); | ||
exports.CLOUD_IDENTIFIERS = constants_1.CLOUD_IDENTIFIERS; | ||
exports.MC_API_URLS = constants_1.MC_API_URLS; | ||
var auth_1 = require("./auth"); | ||
exports.createSessionAuthVerifier = auth_1.createSessionAuthVerifier; | ||
var session_middleware_1 = require("./middlewares/session-middleware"); | ||
exports.createSessionMiddleware = session_middleware_1.default; | ||
// This file exists because we want jest to use our non-compiled code to run tests | ||
// if this file is missing, and you have a `module` or `main` that points to a non-existing file | ||
// (ie, a bundle that hasn't been built yet) then jest will fail if the bundle is not yet built. | ||
// all apps should export all their named exports from their root index.js | ||
__export(require("./src")); |
{ | ||
"name": "@commercetools-backend/express", | ||
"version": "16.6.2-canary.11+348908a", | ||
"version": "16.6.2-canary.12+e954842", | ||
"description": "Zero-config HTTP server as Express.js to facilitate development", | ||
@@ -48,3 +48,3 @@ "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", | ||
}, | ||
"gitHead": "348908a674097027b4a3834b09e2d8174cda78b9" | ||
"gitHead": "e9548422ca8580a5846f80a250ccac043806ee3c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
18220
17
260
2