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

@mvxiv/http-service

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mvxiv/http-service - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@mvxiv/http-service",
"version": "1.0.1",
"version": "1.0.2",
"description": "Http service for frontend build upon axios",

@@ -5,0 +5,0 @@ "repository": {

@@ -19,3 +19,3 @@ # HTTP Service

import { useHttpService } from 'http-service';
import { useHttpService } from '@mvxiv/http-service';
import {

@@ -105,3 +105,3 @@ paramsSerializer,

// ...
import { createApiServiceContainer } from 'http-service';
import { createApiServiceContainer } from '@mvxiv/http-service';

@@ -125,3 +125,3 @@ //...

import { BaseService } from 'http-service';
import { BaseService } from '@mvxiv/http-service';
import { httpService } from '../services/http.service.js';

@@ -128,0 +128,0 @@

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