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.10 to 1.1.11-beta.1

7

build/lib/services/fetchTokenIntercept.js

@@ -61,4 +61,7 @@ 'use strict';

// array defining additional endpoints for regex matching
var additionalEndpoints = '|' + _lodash2.default.join(additionalApiEndpoints, '|');
var apiSubdomainRegex = new RegExp('^([.a-z0-9]*?).*(localhost|' + baseApi + additionalEndpoints + ')', 'g');
var apiSubdomainRegex = new RegExp('^([.a-z0-9]*?).*(localhost|' + baseApi + ')', 'g');
if (!_lodash2.default.isEmpty(additionalApiEndpoints)) {
var additionalEndpoints = _lodash2.default.join(additionalApiEndpoints, '|');
apiSubdomainRegex = new RegExp('^([.a-z0-9]*?).*(localhost|' + baseApi + '|' + additionalEndpoints + ')', 'g');
}

@@ -65,0 +68,0 @@ return function (request) {

{
"name": "@shoutem/api-sdk",
"version": "1.1.10",
"version": "1.1.11-beta.1",
"description": "Javascript SDK for Shoutem API using fetch",

@@ -18,4 +18,3 @@ "main": "build/lib/index.js",

"test": "mocha --require babelTestSetup --reporter spec --recursive test",
"lint": "eslint src test",
"publish": "npm publish --access public --tag latest"
"lint": "eslint src test"
},

@@ -49,2 +48,2 @@ "devDependencies": {

}
}
}
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