Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-virustotal

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-virustotal - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

emailAPI.js

5

code.js

@@ -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;

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc