Socket
Socket
Sign inDemoInstall

mxtoolkit

Package Overview
Dependencies
67
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

2

package.json
{
"name": "mxtoolkit",
"version": "1.0.8",
"version": "1.0.9",
"description": "Node Api Wrapper for MXToolkit ",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -38,3 +38,3 @@ # mxtoolkit

var urlToQuery = 'google.com'
mxToolkit.dns(urlToQuery',apiKey,function(resp){
mxToolkit.dns(urlToQuery,apiKey,function(resp){
console.log(resp);

@@ -49,3 +49,3 @@ });

var apiKey = '#########################'
var urlToQuery = 'google.com'
var urlToQuery = 'google.com'
mxToolkit.txt(urlToQuery,apiKey,function(resp){

@@ -52,0 +52,0 @@ console.log(resp);

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