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.1.1 to 1.2.0

5

lib/endpoints/contact.js

@@ -6,5 +6,4 @@ const contactAddEndpoint = (client) => {

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

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

@@ -6,5 +6,4 @@ const listsEndpoint = (client) => {

name: endpoint,
get: () =>
client.dispatch.get(endpoint)
.then(res => res.data),
get: () => client.dispatch.get(endpoint)
.then(res => res.data),
}

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

12

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

@@ -27,12 +27,12 @@ "author": "Sascha Bratton <sascha@brattonbratton.com>",

"dependencies": {
"axios": "^0.16.2",
"axios": ">=0.18.1",
"graceful-fs": "^4.1.11",
"lodash": "^4.17.4"
"lodash": "^4.17.13"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.17.2",
"husky": "^0.14.3"
}
}
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