node-virustotal
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -5,4 +5,6 @@ var https = require("https"); | ||
var request = require("request"); | ||
var emailAPI = require("./emailAPI.js"); | ||
var privateAPI = require("./privateAPI.js"); | ||
var apiKey = "e2513a75f92a4169e8a47b4ab1df757f83ae45008b4a8a49903450c8402add4d"; | ||
var PublicConnection = function(){ | ||
var PublicConnection = function(enablePrivateFeatures){ | ||
var key = apiKey; | ||
@@ -305,2 +307,3 @@ var jobDelay = 15000; | ||
}; | ||
features.makePrivateAPI = privateAPI.makePrivateAPI; | ||
module.exports = exports = features; |
{ | ||
"name": "node-virustotal", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "An implementation of the Virustotal API for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "code.js", |
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
37412
8
458