Socket
Socket
Sign inDemoInstall

disposable-guerrillamail

Package Overview
Dependencies
4
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "disposable-guerrillamail",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple wrapper on top of Guerrillamail REST API using TypeScript",

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

@@ -36,6 +36,6 @@ # Disposable Email API Powered by Guerrillamail using TypeScript

// Check your inbox anytime.
const emails = tempEmail.getLatestEmails(); // [emails]
const emails = await tempEmail.getLatestEmails(); // [emails]
// Check details of a certain email if you know its id.
const email = tempEmail.getEmailDetails('1'); // email
const email = await tempEmail.getEmailDetails('1'); // email

@@ -42,0 +42,0 @@ .

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