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.7 to 1.0.8

2

dist/src/Calendar/index.js
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';

@@ -4,0 +4,0 @@ export const setPresetPrice = async (id, params) => {

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: {

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

{
"name": "@sollinked/sdk",
"version": "1.0.7",
"version": "1.0.8",
"description": "SDK for Sollinked",

@@ -5,0 +5,0 @@ "main": "./dist/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