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

@injex/express-plugin

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injex/express-plugin - npm Package Compare versions

Comparing version 4.0.0-alpha.1 to 4.0.0-alpha.2

13

lib/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExpressPlugin = exports.middleware = exports.patch = exports.put = exports.del = exports.post = exports.get = exports.controller = void 0;
const tslib_1 = require("tslib");
// decorators

@@ -20,5 +29,5 @@ var controller_1 = require("./decorators/controller");

Object.defineProperty(exports, "middleware", { enumerable: true, get: function () { return middleware_1.middleware; } });
tslib_1.__exportStar(require("./interfaces"), exports);
__exportStar(require("./interfaces"), exports);
var ExpressPlugin_1 = require("./ExpressPlugin");
Object.defineProperty(exports, "ExpressPlugin", { enumerable: true, get: function () { return ExpressPlugin_1.ExpressPlugin; } });
//# sourceMappingURL=index.js.map

10

package.json
{
"name": "@injex/express-plugin",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "",

@@ -41,4 +41,4 @@ "keywords": [],

"devDependencies": {
"@injex/core": "^4.0.0-alpha.1",
"@injex/node": "^4.0.0-alpha.1",
"@injex/core": "^4.0.0-alpha.2",
"@injex/node": "^4.0.0-alpha.2",
"@types/express": "^4.17.8",

@@ -53,5 +53,5 @@ "express": "^4.17.1",

"dependencies": {
"@injex/stdlib": "^4.0.0-alpha.1"
"@injex/stdlib": "^4.0.0-alpha.2"
},
"gitHead": "9cf3e7a273415b811e06f4c98b38bc87755872ca"
"gitHead": "9d099029e37072f28643ac48086837e59712d286"
}

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