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.4 to 2.0.0

2

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

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

@@ -57,3 +57,4 @@ # Plunk Node.js

- `subject`: The subject of the email
- `body`: The body of the email (HTML, plain text, or Markdown)
- `body`: The body of the email
- `type` [Optional]: The type of email to send (`html` or `markdown`)
- `from` [Optional]: The email address of the sender

@@ -67,4 +68,4 @@ - `name` [Optional]: The name of the sender

subject: "Welcome to Plunk",
body: "# Hello world!",
body: "Hello world!",
});
```
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