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

@luvio/command-cache-control

Package Overview
Dependencies
Maintainers
0
Versions
21
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.3-alpha.0 to 5.11.0

dist/index.js.map

1

dist/index.js

@@ -7,1 +7,2 @@ /**

//# sourceMappingURL=index.js.map

2

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

@@ -30,3 +30,3 @@ import { BaseCommand } from '@luvio/command-base/v1';

*/
abstract readFromCache(cache: Cache): SyncOrAsync<Result<Data, Error>>;
abstract readFromCache(cache: Cache): SyncOrAsync<Result<Data | undefined, Error>>;
/**

@@ -33,0 +33,0 @@ * Requests the resource from network, returning the result along with network metadata

@@ -42,1 +42,2 @@ /**

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

@@ -30,3 +30,3 @@ import { BaseCommand } from '@luvio/command-base/v1';

*/
abstract readFromCache(cache: Cache): SyncOrAsync<Result<Data, Error>>;
abstract readFromCache(cache: Cache): SyncOrAsync<Result<Data | undefined, Error>>;
/**

@@ -33,0 +33,0 @@ * Requests the resource from network, returning the result along with network metadata

{
"name": "@luvio/command-cache-control",
"version": "5.10.3-alpha.0",
"version": "5.11.0",
"private": false,

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

"dependencies": {
"@luvio/command-base": "5.10.3-alpha.0",
"@luvio/service-cache-control": "5.10.3-alpha.0",
"@luvio/utils": "5.10.3-alpha.0"
"@luvio/command-base": "5.11.0",
"@luvio/service-cache-control": "5.11.0",
"@luvio/utils": "5.11.0"
},

@@ -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