New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@luvio/command-cache-control

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 5.10.1 to 5.10.2

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

1

dist/types/v1/index.d.ts
import { type ServiceDescriptor } from '@luvio/utils';
import { CacheControlCommand } from './cache-control-command';
export { CacheControlCommand } from './cache-control-command';
export type CacheControlCommandServiceDescriptor = ServiceDescriptor<typeof CacheControlCommand, 'cacheControlCommandBaseClass', '1.0'>;
export declare function buildServiceDescriptor(): CacheControlCommandServiceDescriptor;

2

dist/v1/index.js

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

export { buildServiceDescriptor };
export { CacheControlCommand, buildServiceDescriptor };
import { type ServiceDescriptor } from '@luvio/utils';
import { CacheControlCommand } from './cache-control-command';
export { CacheControlCommand } from './cache-control-command';
export type CacheControlCommandServiceDescriptor = ServiceDescriptor<typeof CacheControlCommand, 'cacheControlCommandBaseClass', '1.0'>;
export declare function buildServiceDescriptor(): CacheControlCommandServiceDescriptor;
{
"name": "@luvio/command-cache-control",
"version": "5.10.1",
"version": "5.10.2",
"private": false,

@@ -34,5 +34,5 @@ "description": "Luvio Cache Control Command",

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

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