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

voiceit2-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

voiceit2-nodejs - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

index.js

@@ -48,4 +48,4 @@ let unirest = require('unirest');

this.getGroupsForUser = (callback) =>{
unirest.get(`${BASE_URL}/users/${userId}/groups`)
this.getGroupsForUser = (options.callback) =>{
unirest.get(`${BASE_URL}/users/${options.userId}/groups`)
.auth(this.authHeader)

@@ -204,3 +204,3 @@ .end(function (httpResponse) {

this.deleteEnrollment = (options, callback) => {
this.deleteEnrollmentForUser = (options, callback) => {
unirest.delete(`${BASE_URL}/enrollments/${options.userId}/${options.enrollmentId}`)

@@ -207,0 +207,0 @@ .auth(this.authHeader)

{
"name": "voiceit2-nodejs",
"version": "1.0.1",
"version": "1.0.2",
"description": "VoiceIt's API 2.0 Face + Voice Verification/Identification Node Wrapper",

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

@@ -143,3 +143,3 @@ # VoiceIt's API 2.0 Node Wrapper

description: "Sample Group Description"
}(jsonResponse)=>{
},(jsonResponse)=>{
console.log(jsonResponse)

@@ -155,3 +155,3 @@ });

groupId: "GROUP_ID_HERE"
}(jsonResponse)=>{
},(jsonResponse)=>{
console.log(jsonResponse)

@@ -158,0 +158,0 @@ });

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