Socket
Socket
Sign inDemoInstall

appc-service-connector-utils

Package Overview
Dependencies
102
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0-2

25

package.json
{
"name": "appc-service-connector-utils",
"version": "2.0.0",
"version": "2.1.0-2",
"description": "Utilities for service connectors development",

@@ -16,18 +16,18 @@ "author": {

"dependencies": {
"axway-flow": "^2.0.0",
"nodehandler-utils": "^2.0.0"
"axway-flow": "v4-preview1",
"nodehandler-utils": "v4-preview1"
},
"devDependencies": {
"cross-env": "5.1.3",
"cross-env": "5.1.4",
"mockery": "2.1.0",
"npm-check": "5.5.2",
"nsp": "3.1.0",
"nyc": "11.4.1",
"retire": "1.4.0",
"nsp": "3.2.1",
"nyc": "11.6.0",
"retire": "1.6.0",
"rimraf": "2.6.2",
"sinon": "4.1.6",
"snazzy": "7.0.0",
"standard": "10.0.3",
"tap": "11.0.1",
"tap-mocha-reporter": "3.0.6"
"sinon": "4.4.6",
"snazzy": "7.1.1",
"standard": "11.0.1",
"tap": "11.1.2",
"tap-mocha-reporter": "3.0.7"
},

@@ -53,2 +53,3 @@ "files": [

"test:unit": "tap test/unit/* --bail --coverage-report=html | tap-mocha-reporter spec",
"test:unit:only": "tap test/unit/* --bail --only --coverage-report=html | tap-mocha-reporter spec",
"test:integration": "tap test/integration/* --trace-warnings --bail --coverage-report=html | tap-mocha-reporter spec",

@@ -55,0 +56,0 @@ "posttest": "nyc check-coverage --lines 80 --branches 80 --functions 80",

@@ -13,3 +13,3 @@ /**

if (validate(req, cb)) {
sdkFunc(req.params, (err, resp) => {
sdkFunc(req.params || {}, (err, resp) => {
let code

@@ -53,8 +53,4 @@ if (err) {

}
if (!req.params) {
cb(new Error('Missing input parameters for SDK function invocation - req.params'))
return false
}
return true
}
}
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