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

mailtrap

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailtrap - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

mailtrap.js

@@ -12,4 +12,3 @@ "use strict";

const apiVersion = 'v1';
const baseURL = 'https://mailtrap.io/api';
const baseURL = 'https://mailtrap.io/api/v1';

@@ -20,3 +19,3 @@ class Client {

this.client = _axios.default.create({
baseURL: `${baseUrl}/${apiVersion}`,
baseURL,
headers: {

@@ -23,0 +22,0 @@ 'Authorization': `Token token=${apiToken}`

2

package.json
{
"name": "mailtrap",
"version": "0.0.2",
"version": "0.0.3",
"description": "simple mailtrap api",

@@ -5,0 +5,0 @@ "main": "mailtrap.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