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

@luvio/service-cache-control

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luvio/service-cache-control - npm Package Compare versions

Comparing version 5.9.0 to 5.10.0

7

dist/types/v1/index.d.ts
import { CacheController } from './cache-control';
import type { ServiceDescriptor, NamedService } from '@luvio/utils';
import type { Cache } from '@luvio/service-cache/v1';
export type NamedCacheControllerService<Name extends string = 'cacheController'> = NamedService<Name, CacheController>;
export type { CacheControlStrategyConfig } from './cache-control-strategies';
export type { RequestRunner } from './cache-control';
type PublicInterface<Class> = {
[K in keyof Class]: Class[K];
};
export type NamedCacheControllerService<Name extends string = 'cacheController'> = NamedService<Name, PublicInterface<CacheController>>;
export type CacheControlServiceDescriptor = ServiceDescriptor<CacheController, 'cacheControl', '1.0'>;
export declare function buildServiceDescriptor(cache: Cache): CacheControlServiceDescriptor;
import { CacheController } from './cache-control';
import type { ServiceDescriptor, NamedService } from '@luvio/utils';
import type { Cache } from '@luvio/service-cache/v1';
export type NamedCacheControllerService<Name extends string = 'cacheController'> = NamedService<Name, CacheController>;
export type { CacheControlStrategyConfig } from './cache-control-strategies';
export type { RequestRunner } from './cache-control';
type PublicInterface<Class> = {
[K in keyof Class]: Class[K];
};
export type NamedCacheControllerService<Name extends string = 'cacheController'> = NamedService<Name, PublicInterface<CacheController>>;
export type CacheControlServiceDescriptor = ServiceDescriptor<CacheController, 'cacheControl', '1.0'>;
export declare function buildServiceDescriptor(cache: Cache): CacheControlServiceDescriptor;

6

package.json
{
"name": "@luvio/service-cache-control",
"version": "5.9.0",
"version": "5.10.0",
"private": false,

@@ -34,4 +34,4 @@ "description": "OneStore Cache Control Service definition",

"dependencies": {
"@luvio/service-cache": "^5.9.0",
"@luvio/utils": "^5.9.0"
"@luvio/service-cache": "^5.10.0",
"@luvio/utils": "^5.10.0"
},

@@ -38,0 +38,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