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 0.0.5 to 0.0.6

2

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

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

@@ -36,8 +36,14 @@ # Plunk Node.js

##### Parameters
- String, the email of the lead you want to look up
- `event`: The name of the event to publish
- `email`: The email address of the user to publish the event to
- `data` [Optional]: An object containing the data to attach to the user
```ts
const success = await plunk.events.publish({
event: "new-project",
email: "hello@useplunk.com"
event: "new-project",
email: "hello@useplunk.com",
data: {
company: "Plunk"
}
});
```
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