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

@luvio/command-aura-resource-cache-control

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luvio/command-aura-resource-cache-control - npm Package Compare versions

Comparing version 5.12.1 to 5.13.0

2

dist/types/v1/aura-resource-cache-control-command.d.ts

@@ -14,3 +14,3 @@ import { CacheControlCommand } from '@luvio/command-cache-control/v1';

*/
export declare abstract class AuraResourceCacheControlCommand<Data, NetworkResult, ExtraServices extends object = object> extends CacheControlCommand<Data, NetworkResult, ExtraServices> {
export declare abstract class AuraResourceCacheControlCommand<Data, ExtraServices extends object = object, NetworkResult = Data> extends CacheControlCommand<Data, NetworkResult, ExtraServices> {
protected services: NamedCacheControllerService & NamedAuraNetworkService & ExtraServices;

@@ -17,0 +17,0 @@ protected abstract readonly endpoint: string;

import { type ServiceDescriptor } from '@luvio/utils';
import { AuraResourceCacheControlCommand } from './aura-resource-cache-control-command';
export { AuraResourceCacheControlCommand } from './aura-resource-cache-control-command';
export type AuraResourceCacheControlCommandServiceDescriptor = ServiceDescriptor<typeof AuraResourceCacheControlCommand, 'auraResourceCacheControlCommand', '1.0'>;
export declare function buildServiceDescriptor(): AuraResourceCacheControlCommandServiceDescriptor;

@@ -82,3 +82,3 @@ /**

export { buildServiceDescriptor };
export { AuraResourceCacheControlCommand, buildServiceDescriptor };
//# sourceMappingURL=index.js.map

@@ -14,3 +14,3 @@ import { CacheControlCommand } from '@luvio/command-cache-control/v1';

*/
export declare abstract class AuraResourceCacheControlCommand<Data, NetworkResult, ExtraServices extends object = object> extends CacheControlCommand<Data, NetworkResult, ExtraServices> {
export declare abstract class AuraResourceCacheControlCommand<Data, ExtraServices extends object = object, NetworkResult = Data> extends CacheControlCommand<Data, NetworkResult, ExtraServices> {
protected services: NamedCacheControllerService & NamedAuraNetworkService & ExtraServices;

@@ -17,0 +17,0 @@ protected abstract readonly endpoint: string;

import { type ServiceDescriptor } from '@luvio/utils';
import { AuraResourceCacheControlCommand } from './aura-resource-cache-control-command';
export { AuraResourceCacheControlCommand } from './aura-resource-cache-control-command';
export type AuraResourceCacheControlCommandServiceDescriptor = ServiceDescriptor<typeof AuraResourceCacheControlCommand, 'auraResourceCacheControlCommand', '1.0'>;
export declare function buildServiceDescriptor(): AuraResourceCacheControlCommandServiceDescriptor;
{
"name": "@luvio/command-aura-resource-cache-control",
"version": "5.12.1",
"version": "5.13.0",
"private": false,

@@ -34,7 +34,7 @@ "description": "Luvio Aura Resource Cache Control Command",

"dependencies": {
"@luvio/command-base": "5.12.1",
"@luvio/command-cache-control": "5.12.1",
"@luvio/service-aura-network": "5.12.1",
"@luvio/service-cache-control": "5.12.1",
"@luvio/utils": "5.12.1"
"@luvio/command-base": "5.13.0",
"@luvio/command-cache-control": "5.13.0",
"@luvio/service-aura-network": "5.13.0",
"@luvio/service-cache-control": "5.13.0",
"@luvio/utils": "5.13.0"
},

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

Sorry, the diff of this file is not supported yet

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