Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

btrz-api-client

Package Overview
Dependencies
Maintainers
1
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

btrz-api-client - npm Package Compare versions

Comparing version 1.38.0 to 1.39.0

2

lib/endpoints/accounts/application-settings.js

@@ -55,3 +55,3 @@ "use strict";

return client({
url: "/application-settings/" + id,
url: "/application-settings/" + id + "/keys",
method: "post",

@@ -58,0 +58,0 @@ headers: authorizationHeaders({ token: token, jwtToken: jwtToken, internalAuthTokenProvider: internalAuthTokenProvider })

{
"name": "btrz-api-client",
"version": "1.38.0",
"version": "1.39.0",
"description": "Api client for Betterez endpoints",

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

@@ -30,3 +30,3 @@ const {authorizationHeaders} = require("./../endpoints_helpers");

return client({
url: `/application-settings/${id}`,
url: `/application-settings/${id}/keys`,
method: "post",

@@ -33,0 +33,0 @@ headers: authorizationHeaders({token, jwtToken, internalAuthTokenProvider})

@@ -43,3 +43,3 @@ const {axiosMock, expectRequest} = require("./../../test-helpers");

axiosMock.onPost(`/application-settings/${id}`)
axiosMock.onPost(`/application-settings/${id}/keys`)
.reply(expectRequest({statusCode: 200, token, jwtToken}));

@@ -46,0 +46,0 @@ return api.accounts.applicationSettings.regenerateKeys({token, jwtToken, id});

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