Socket
Socket
Sign inDemoInstall

drapcode-plugin

Package Overview
Dependencies
0
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

build/plugin-config/multiple-roles.json

6

build/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]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

@@ -44,2 +44,3 @@ "use strict";

var messaging_json_1 = __importDefault(require("./messaging.json"));
var multiple_roles_json_1 = __importDefault(require("./multiple-roles.json"));
exports.plugins = [

@@ -83,2 +84,3 @@ amazon_ses_json_1.default,

messaging_json_1.default,
multiple_roles_json_1.default,
];

2

package.json
{
"name": "drapcode-plugin",
"version": "1.1.3",
"version": "1.1.4",
"description": "Drapcode Plugin to manage all plugin related configuration",

@@ -5,0 +5,0 @@ "main": "build/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc