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

@luvio/command-fetch-network

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luvio/command-fetch-network - npm Package Compare versions

Comparing version 5.10.1 to 5.10.2

dist/types/v1/__tests__/index.spec.d.ts

2

dist/types/v1/fetch-command.d.ts

@@ -7,3 +7,3 @@ import { type Result } from '@luvio/utils';

*/
export declare abstract class FetchNetworkCommand<Data, ExtraServices extends Record<string, unknown> = Record<string, never>> extends NetworkCommand<Data, NamedFetchService & ExtraServices> {
export declare abstract class FetchNetworkCommand<Data, ExtraServices extends object = object> extends NetworkCommand<Data, NamedFetchService & ExtraServices> {
protected services: NamedFetchService & ExtraServices;

@@ -10,0 +10,0 @@ constructor(services: NamedFetchService & ExtraServices);

import { type ServiceDescriptor } from '@luvio/utils';
import { FetchNetworkCommand } from './fetch-command';
export type { FetchNetworkCommand } from './fetch-command';
export { FetchNetworkCommand } from './fetch-command';
export type FetchNetworkCommandServiceDescriptor = ServiceDescriptor<typeof FetchNetworkCommand, 'fetchNetworkCommandBaseClass', '1.0'>;
export declare function buildServiceDescriptor(): FetchNetworkCommandServiceDescriptor;

@@ -41,2 +41,2 @@ /**

export { buildServiceDescriptor };
export { FetchNetworkCommand, buildServiceDescriptor };

@@ -7,3 +7,3 @@ import { type Result } from '@luvio/utils';

*/
export declare abstract class FetchNetworkCommand<Data, ExtraServices extends Record<string, unknown> = Record<string, never>> extends NetworkCommand<Data, NamedFetchService & ExtraServices> {
export declare abstract class FetchNetworkCommand<Data, ExtraServices extends object = object> extends NetworkCommand<Data, NamedFetchService & ExtraServices> {
protected services: NamedFetchService & ExtraServices;

@@ -10,0 +10,0 @@ constructor(services: NamedFetchService & ExtraServices);

import { type ServiceDescriptor } from '@luvio/utils';
import { FetchNetworkCommand } from './fetch-command';
export type { FetchNetworkCommand } from './fetch-command';
export { FetchNetworkCommand } from './fetch-command';
export type FetchNetworkCommandServiceDescriptor = ServiceDescriptor<typeof FetchNetworkCommand, 'fetchNetworkCommandBaseClass', '1.0'>;
export declare function buildServiceDescriptor(): FetchNetworkCommandServiceDescriptor;
{
"name": "@luvio/command-fetch-network",
"version": "5.10.1",
"version": "5.10.2",
"private": false,

@@ -34,6 +34,6 @@ "description": "Luvio Fetch Network Command",

"dependencies": {
"@luvio/command-base": "5.10.1",
"@luvio/command-network": "5.10.1",
"@luvio/service-fetch-network": "5.10.1",
"@luvio/utils": "5.10.1"
"@luvio/command-base": "5.10.2",
"@luvio/command-network": "5.10.2",
"@luvio/service-fetch-network": "5.10.2",
"@luvio/utils": "5.10.2"
},

@@ -40,0 +40,0 @@ "bundlesize": [

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