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

@wireapp/api-client

Package Overview
Dependencies
Maintainers
6
Versions
1461
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wireapp/api-client - npm Package Compare versions

Comparing version

to
0.0.28

1

dist/commonjs/auth/AuthAPI.js

@@ -74,2 +74,3 @@ "use strict";

var config = {
data: register,
withCredentials: true,

@@ -76,0 +77,0 @@ method: 'post',

2

package.json

@@ -56,3 +56,3 @@ {

"types": "./dist/commonjs/Client.d.ts",
"version": "0.0.27"
"version": "0.0.28"
}

@@ -82,2 +82,3 @@ import {AxiosPromise, AxiosRequestConfig, AxiosResponse} from 'axios';

const config: AxiosRequestConfig = {
data: register,
withCredentials: true,

@@ -84,0 +85,0 @@ method: 'post',