Skip to content

Commit

Permalink
Merge pull request #6 from polarityio/develop
Browse files Browse the repository at this point in the history
Updated Integration to be On Demand Only
  • Loading branch information
penwoodjon authored Oct 29, 2020
2 parents 0e6c641 + eee82c3 commit f3e46de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
*/
description: 'Searches the urlscan.io API and returns results from the most recent, relevant scan',
entityTypes: ['IPv4', 'IPv6', 'IPv4CIDR', 'domain', 'url', 'sha256'],
onDemandOnly: true,
/**
* An array of style files (css or less) that will be included for your integration. Any styles specified in
* the below files can be used in your custom template.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "./integration.js",
"name": "urlscan",
"version": "3.2.3-beta",
"version": "3.2.4-beta",
"private": true,
"dependencies": {
"request": "^2.88.2",
Expand Down

0 comments on commit f3e46de

Please sign in to comment.