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

@sollinked/sdk

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sollinked/sdk - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "@sollinked/sdk",
"version": "1.0.6",
"version": "1.0.7",
"description": "SDK for Sollinked",

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

import { ApiResult } from '../../types';
import { convertToUtcDayAndHour } from '../../utils.js';
import { RESERVATION_STATUS_AVAILABLE, RESERVATION_STATUS_BLOCKED } from '../Constants/common';
import { RESERVATION_STATUS_AVAILABLE, RESERVATION_STATUS_BLOCKED } from '../Constants/common.js';
import axios from '../Services/axios.js';

@@ -5,0 +5,0 @@ import { UpdatePresetPriceParams, UpdateUserReservationParams } from './types';

import axios from 'axios';
import { SOLLINKED_BACKEND_URL } from '../Constants/common';
import { SOLLINKED_BACKEND_URL } from '../Constants/common.js';
export default axios.create({
baseURL: SOLLINKED_BACKEND_URL,
timeout: 10000,
timeout: 30000,
headers: {

@@ -8,0 +8,0 @@ 'Accept': 'application/json',

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