Socket
Socket
Sign inDemoInstall

@shopify/network

Package Overview
Dependencies
Maintainers
11
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/network - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

dist/network.d.ts

@@ -145,2 +145,2 @@ export declare enum Method {

}
export declare function noCache(): string;
export declare const noCache: string;

@@ -167,6 +167,2 @@ "use strict";

})(CacheControl = exports.CacheControl || (exports.CacheControl = {}));
function noCache() {
var NoCache = CacheControl.NoCache, NoStore = CacheControl.NoStore, MustRevalidate = CacheControl.MustRevalidate, MaxAge = CacheControl.MaxAge;
return NoCache + ", " + NoStore + ", " + MustRevalidate + ", " + MaxAge + "=0";
}
exports.noCache = noCache;
exports.noCache = CacheControl.NoCache + "," + CacheControl.NoStore + "," + CacheControl.MustRevalidate + "," + CacheControl.MaxAge + "=0";
{
"name": "@shopify/network",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Common values related to dealing with the network",

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