New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gmailnator

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gmailnator - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

1

index.js

@@ -63,3 +63,2 @@ const needle = require('needle');

var s = url.parse(str, true);
console.log(s);
var email = s.pathname.split("/")[1];

@@ -66,0 +65,0 @@ var id = s.hash.substring(1, s.hash.length);

2

package.json
{
"name": "gmailnator",
"version": "1.0.4",
"version": "1.0.5",
"description": "access gmailnator.com programically",

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

@@ -6,7 +6,7 @@ const gmailnator = require("../../index.js");

gmailnator.checkEmails(body, function(err,body) {
if (body == "[]") {
console.log("no mail");
} else if (body && !err) {
if (body[0]) {
console.log("you've got mail");
console.log(body);
} else if (!body[0] && !err) {
console.log("no mail")
} else {

@@ -13,0 +13,0 @@ console.log("err");

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