serverless-offline-sns
Advanced tools
Comparing version 0.7.0 to 0.8.0
{ | ||
"name": "serverless-offline-sns", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Serverless plugin to run a local SNS server and call lambdas with events notifications.", | ||
@@ -38,3 +38,4 @@ "main": "dist/index.js", | ||
"uuid": "^3.1.0", | ||
"xml": "^1.0.1" | ||
"xml": "^1.0.1", | ||
"node-fetch": "^1.7.3" | ||
}, | ||
@@ -49,3 +50,2 @@ "devDependencies": { | ||
"mocha": "^3.5.3", | ||
"node-fetch": "^1.7.3", | ||
"nyc": "^11.2.1", | ||
@@ -52,0 +52,0 @@ "source-map-support": "^0.4.18", |
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
14
6
+ Addednode-fetch@^1.7.3
+ Addedcall-bound@1.0.2(transitive)
+ Addedencoding@0.1.13(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addednode-fetch@1.7.3(transitive)
- Removedcall-bound@1.0.3(transitive)