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

rejoiner

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rejoiner - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

1

lib/endpoints/lead.js

@@ -21,2 +21,3 @@ const leadEndpoint = (client) => {

cancel: email => postEmail(`${endpoint}/cancel`, email),
optIn: email => postEmail(`${endpoint}/opt_in`, email),
unsubscribe: email => postEmail(`${endpoint}/unsubscribe`, email),

@@ -23,0 +24,0 @@ }

2

package.json
{
"name": "rejoiner",
"description": "Rejoiner REST API client wrapper for Node.js",
"version": "1.0.1",
"version": "1.1.0",
"main": "lib/rejoiner.js",

@@ -6,0 +6,0 @@ "author": "Sascha Bratton <sascha@brattonbratton.com>",

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