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

@luvio/service-aura-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/service-aura-network - npm Package Compare versions

Comparing version 5.10.1 to 5.10.2

5

dist/types/v1/AuraNetworkService.d.ts
import { type executeGlobalControllerRawResponse } from 'aura';
import type { NamedService, ServiceDescriptor } from '@luvio/utils';
export type AuraNetworkService = typeof executeGlobalControllerRawResponse;
export type NamedAuraNetworkService<Name extends string = 'auraNetwork'> = NamedService<Name, AuraNetworkService>;
export type AuraNetworkServiceDescriptor = ServiceDescriptor<AuraNetworkService, 'auraNetwork', '1.0'>;
export type IAuraNetwork = typeof executeGlobalControllerRawResponse;
export type NamedAuraNetworkService<Name extends string = 'auraNetwork'> = NamedService<Name, IAuraNetwork>;
export type AuraNetworkServiceDescriptor = ServiceDescriptor<IAuraNetwork, 'auraNetwork', '1.0'>;
import { type executeGlobalControllerRawResponse } from 'aura';
import type { NamedService, ServiceDescriptor } from '@luvio/utils';
export type AuraNetworkService = typeof executeGlobalControllerRawResponse;
export type NamedAuraNetworkService<Name extends string = 'auraNetwork'> = NamedService<Name, AuraNetworkService>;
export type AuraNetworkServiceDescriptor = ServiceDescriptor<AuraNetworkService, 'auraNetwork', '1.0'>;
export type IAuraNetwork = typeof executeGlobalControllerRawResponse;
export type NamedAuraNetworkService<Name extends string = 'auraNetwork'> = NamedService<Name, IAuraNetwork>;
export type AuraNetworkServiceDescriptor = ServiceDescriptor<IAuraNetwork, 'auraNetwork', '1.0'>;

4

package.json
{
"name": "@luvio/service-aura-network",
"version": "5.10.1",
"version": "5.10.2",
"private": false,

@@ -34,3 +34,3 @@ "description": "Luvio Network Service",

"dependencies": {
"@luvio/utils": "5.10.1"
"@luvio/utils": "5.10.2"
},

@@ -37,0 +37,0 @@ "volta": {

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