lambda-serverless-api
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -5,3 +5,3 @@ const xor = require('lodash.xor'); | ||
const Limiter = require('lambda-rate-limiter'); | ||
const yaml = require("./util/yaml"); | ||
const yaml = require("yaml-boost"); | ||
const param = require("./param"); | ||
@@ -93,3 +93,2 @@ const response = require("./response"); | ||
wrap, | ||
loadYaml: yaml.load, | ||
generateSwagger: (existing = {}) => swagger(endpoints, existing), | ||
@@ -96,0 +95,0 @@ generateDifference, |
@@ -20,6 +20,6 @@ { | ||
"lambda-tdd": "1.11.12", | ||
"js-gardener": "1.11.20", | ||
"semantic-release": "15.0.3" | ||
"js-gardener": "1.11.21", | ||
"semantic-release": "15.1.2" | ||
}, | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"scripts": { | ||
@@ -56,3 +56,3 @@ "test": "grunt gardener", | ||
"lodash.get": "4.4.2", | ||
"lodash.mergewith": "4.6.1", | ||
"yaml-boost": "1.2.0", | ||
"lodash.set": "4.3.2", | ||
@@ -59,0 +59,0 @@ "lodash.xor": "4.5.0", |
@@ -83,2 +83,2 @@ [![Build Status](https://img.shields.io/travis/simlu/lambda-serverless-api/master.svg)](https://travis-ci.org/simlu/lambda-serverless-api) | ||
Function `loadYaml` is exposed to load `serverless.yml` style files and resolve references and variables. This is handy to be used in `serverless.js` since the native loading currently has some issues. | ||
Consider using [yaml-boost](https://github.com/simlu/yaml-boost) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
16974
9
321
+ Addedyaml-boost@1.2.0
+ Addedyaml-boost@1.2.0(transitive)
- Removedlodash.mergewith@4.6.1