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

fake-smtp-client

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fake-smtp-client - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

api.d.ts

@@ -1,3 +0,3 @@

import type { Filter } from './Filter';
import type { Mail } from './Mail';
import type { Filter } from './Filter.js';
import type { Mail } from './Mail.js';
export declare namespace FakeSMTPOptions {

@@ -4,0 +4,0 @@ interface Target {

@@ -1,3 +0,3 @@

export * from './Filter';
export * from './Mail';
export * from './api';
export * from './Filter.js';
export * from './Mail.js';
export * from './api.js';

@@ -1,3 +0,3 @@

export * from './Filter';
export * from './Mail';
export * from './api';
export * from './Filter.js';
export * from './Mail.js';
export * from './api.js';
{
"name": "fake-smtp-client",
"version": "0.1.0",
"version": "0.1.1",
"description": "A TypeScript client for `fake-smtp-server`.",

@@ -5,0 +5,0 @@ "keywords": [

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