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
1434
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 0.0.11 to 0.0.12

8

dist/commonjs/auth/AuthAPI.js

@@ -39,5 +39,3 @@ "use strict";

},
headers: {
withCredentials: true
},
withCredentials: true,
method: 'post',

@@ -52,5 +50,3 @@ url: AuthAPI.URL.LOGIN + "?persist=" + login.persist

var config = {
headers: {
withCredentials: true
},
withCredentials: true,
method: 'post',

@@ -57,0 +53,0 @@ url: "" + AuthAPI.URL.ACCESS

@@ -44,3 +44,3 @@ {

},
"version": "0.0.11"
"version": "0.0.12"
}

@@ -40,5 +40,3 @@ import {AxiosPromise, AxiosRequestConfig, AxiosResponse} from 'axios';

},
headers: {
withCredentials: true
},
withCredentials: true,
method: 'post',

@@ -55,5 +53,3 @@ url: `${AuthAPI.URL.LOGIN}?persist=${login.persist}`

const config: AxiosRequestConfig = {
headers: {
withCredentials: true
},
withCredentials: true,
method: 'post',

@@ -60,0 +56,0 @@ url: `${AuthAPI.URL.ACCESS}`

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