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.0 to 1.0.1

2

lib/endpoints/contact.js

@@ -7,3 +7,3 @@ const contactAddEndpoint = (client) => {

add: data =>
client.dispatch.post(`${endpoint}`, data)
client.dispatch.post(`${endpoint}_add`, data)
.then(res => res.data),

@@ -10,0 +10,0 @@ }

{
"name": "rejoiner",
"description": "Rejoiner REST API client wrapper for Node.js",
"version": "1.0.0",
"version": "1.0.1",
"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