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

skapi-js

Package Overview
Dependencies
Maintainers
0
Versions
543
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skapi-js - npm Package Compare versions

Comparing version 1.0.106-beta.0 to 1.0.107-beta.0

2

js/main/skapi.js

@@ -28,3 +28,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

constructor(service, owner, options, __etc) {
this.version = '1.0.106';
this.version = '1.0.107';
this.session = null;

@@ -31,0 +31,0 @@ this.connection = null;

@@ -127,3 +127,3 @@ import SkapiError from '../main/error';

if (access_group !== 'public') {
let resolved_endpoint = await getFile.bind(this)(url, { dataType: 'endpoint', expires: access_group === 'private' && this.__user?.user_id !== path[0] ? 3600 : 0 });
let resolved_endpoint = await getFile.bind(this)(url, { dataType: 'endpoint', expires: access_group === 'private' && this.__user?.user_id !== path[0] ? 3600 : 0 }).catch(() => '__is_private__');
url_endpoint = resolved_endpoint;

@@ -130,0 +130,0 @@ }

{
"name": "skapi-js",
"version": "1.0.106-beta.0",
"version": "1.0.107-beta.0",
"description": "Skapi: Backend API for HTML frontend.",

@@ -5,0 +5,0 @@ "main": "dist/skapi.module.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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