New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@serverless/enterprise-plugin

Package Overview
Dependencies
Maintainers
2
Versions
497
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serverless/enterprise-plugin - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4-4-gb7e3610

dist/lib/variables.js

7

dist/lib/plugin.js

@@ -36,2 +36,4 @@ "use strict";

var _variables = require("./variables");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -113,5 +115,6 @@

enterprise: true
} // Set Plugin hooks for all Enteprise Plugin features here
}
};
(0, _variables.hookIntoVariableGetter)(sls); // Set Plugin hooks for all Enteprise Plugin features here
};
this.hooks = {

@@ -118,0 +121,0 @@ 'before:package:createDeploymentArtifacts': this.route('before:package:createDeploymentArtifacts').bind(this),

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

policy.warn(`iamRoleStatement granting Action='*'. Wildcard actions in iamRoleStatements are not permitted.`);
return;
}

@@ -63,3 +62,2 @@

policy.warn(`iamRoleStatement granting Action='${action}'. Wildcard actions in iamRoleStatements are not permitted.`);
return;
}

@@ -105,3 +103,2 @@ }

policy.warn(`iamRoleStatement granting Resource='*'. Wildcard resources in iamRoleStatements are not permitted.`);
return;
}

@@ -117,3 +114,2 @@

policy.warn(`iamRoleStatement granting Resource=${JSON.stringify(rawResource)}. Wildcard resources or resourcetypes in iamRoleStatements are not permitted.`);
return;
}

@@ -120,0 +116,0 @@ }

@@ -55,5 +55,2 @@ "use strict";

policy.warn(`Function "${logicalFuncNamesToConfigFuncName[funcName]}" doesn't have a Dead Letter Queue configured.`);
return {
v: void 0
};
}

@@ -65,9 +62,3 @@ };

switch (_ret) {
case "continue":
continue;
default:
if (typeof _ret === "object") return _ret.v;
}
if (_ret === "continue") continue;
}

@@ -74,0 +65,0 @@

{
"name": "@serverless/enterprise-plugin",
"version": "0.1.3",
"version": "0.1.4-4-gb7e3610",
"description": "The Serverless Enterprise plugin",

@@ -15,3 +15,3 @@ "main": "dist/index.js",

"@babel/polyfill": "^7.2.5",
"@serverless/platform-sdk": "^0.5.0",
"@serverless/platform-sdk": "next",
"flat": "^4.1.0",

@@ -18,0 +18,0 @@ "fs-extra": "^7.0.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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