Socket
Socket
Sign inDemoInstall

add-custom-resource

Package Overview
Dependencies
43
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.3.0

2

lib/get-source-code-lines.js

@@ -42,3 +42,3 @@ 'use strict';

.then(result => {
const { code, exports } = result;
const [{ code, exports }] = result.output;

@@ -45,0 +45,0 @@ if (exports.find(r => r === 'handler')) {

@@ -7,3 +7,3 @@ 'use strict';

Properties: {
Runtime: 'nodejs8.10',
Runtime: 'nodejs12.x',
Timeout: 60,

@@ -10,0 +10,0 @@ Handler: 'index.handler',

{
"name": "add-custom-resource",
"version": "3.2.0",
"version": "3.3.0",
"description": "A helper library to add custom resources to a CloudFormation template",

@@ -29,14 +29,14 @@ "main": "add-custom-resource.js",

"devDependencies": {
"ava": "^0.25.0",
"eslint": "^5.9.0",
"nyc": "^13.1.0",
"proxyquire": "^2.1.0",
"sinon": "^7.1.1"
"ava": "^3.1.0",
"eslint": "^6.8.0",
"nyc": "^15.0.0",
"proxyquire": "^2.1.3",
"sinon": "^8.1.1"
},
"dependencies": {
"escape-json-node": "^2.0.0",
"rollup": "^0.67.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0"
"rollup": "^1.30.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0"
}
}
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