Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@commercetools-backend/express

Package Overview
Dependencies
Maintainers
3
Versions
1096
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-backend/express - npm Package Compare versions

Comparing version 16.6.2-canary.11 to 16.6.2-canary.12

build/src/auth.d.ts

4

build/index.d.ts

@@ -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"
}
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