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

@shoutem/api-sdk

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shoutem/api-sdk - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

10

build/lib/api/Extensions.js

@@ -53,6 +53,6 @@ 'use strict';

var resolvedConfig = _extends({}, this.config, config);
var extensionId = resolvedConfig.extensionId;
var extensionInstallationId = resolvedConfig.extensionInstallationId;
var get = this.resource.get({ extensionId: extensionId });
var get = this.resource.get({ extensionInstallationId: extensionInstallationId });
return (0, _resources.fetchResource)(get).then(function (response) {

@@ -79,3 +79,3 @@ return response.json();

var resolvedConfig = _extends({}, this.config, config);
var extensionId = resolvedConfig.extensionId;
var extensionInstallationId = resolvedConfig.extensionInstallationId;

@@ -86,7 +86,7 @@

type: _resources.EXTENSIONS,
id: extensionId
id: extensionInstallationId
}, patch)
};
var update = this.resource.update({ extensionId: extensionId });
var update = this.resource.update({ extensionInstallationId: extensionInstallationId });
return (0, _resources.fetchResource)(update, { body: JSON.stringify(body) });

@@ -93,0 +93,0 @@ }

{
"name": "@shoutem/api-sdk",
"version": "1.1.0",
"version": "1.1.1",
"description": "Javascript SDK for Shoutem API using fetch",

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

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