diff --git a/config/config.js b/config/config.js index 8b9735e..7f17113 100644 --- a/config/config.js +++ b/config/config.js @@ -114,7 +114,7 @@ module.exports = { name: 'Search using the Subscription API', description: 'If checked, the integration will search using the GreyNoise Subscription Based APIs. When unchecked, the GreyNoise Community API will be used (only supports IP lookups)', - default: true, + default: false, type: 'boolean', userCanEdit: true, adminOnly: false diff --git a/package-lock.json b/package-lock.json index 0165ea1..27ec89e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "GreyNoise", - "version": "3.3.2", + "version": "3.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 61789f8..dee722a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "main": "./integration.js", "name": "GreyNoise", - "version": "3.3.2", + "version": "3.3.3", "private": true, "dependencies": { "async": "^3.2.3",