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

@plunk/node

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plunk/node - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

1

dist/lib/Plunk.d.ts

@@ -30,2 +30,3 @@ import { PublishParams } from "../types/events";

* @param {string=} body.name - The name you want to send as
* @param {string=html} body.type - The type of email you want to send
* @param {boolean=false} body.withUnsubscribe - Whether to include an unsubscribe link

@@ -32,0 +33,0 @@ */

@@ -37,2 +37,3 @@ "use strict";

* @param {string=} body.name - The name you want to send as
* @param {string=html} body.type - The type of email you want to send
* @param {boolean=false} body.withUnsubscribe - Whether to include an unsubscribe link

@@ -39,0 +40,0 @@ */

@@ -5,2 +5,3 @@ export interface SendParams {

body: string;
type?: 'html' | 'markdown';
from?: string;

@@ -7,0 +8,0 @@ name?: string;

2

package.json
{
"name": "@plunk/node",
"version": "1.1.3",
"version": "1.1.4",
"description": "Official Node.js library for useplunk.com",

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