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

@ampproject/toolbox-cache-list

Package Overview
Dependencies
Maintainers
7
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ampproject/toolbox-cache-list - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

2

lib/AmpCaches.js

@@ -47,3 +47,3 @@ /**

*/
constructor(fetch=oneBehindFetch) {
constructor(fetch = oneBehindFetch) {
this.fetch_ = fetch;

@@ -50,0 +50,0 @@ }

{
"name": "@ampproject/toolbox-cache-list",
"version": "2.0.0",
"version": "2.1.0",
"description": "Lists AMP Caches",

@@ -27,5 +27,5 @@ "main": "index.js",

"dependencies": {
"@ampproject/toolbox-core": "^2.0.0"
"@ampproject/toolbox-core": "^2.1.0"
},
"gitHead": "908b78b9d007d18d97c50b5a79421d5936150233"
"gitHead": "a6bc962a0af397c2fc21de1e8a730257947d8fb6"
}

@@ -26,3 +26,3 @@ # AMP-Toolbox Cache List

Which will return:
Which will return an array similar to:

@@ -40,18 +40,10 @@ ```

{
"id": "cloudflare",
"name": "Cloudflare AMP Cache",
"docs": "https://amp.cloudflare.com/",
"cacheDomain": "amp.cloudflare.com",
"updateCacheApiDomainSuffix": "amp.cloudflare.com",
"thirdPartyFrameDomainSuffix": "cloudflareamp.net"
},
{
"id": "bing",
"name": "Bing AMP Cache",
"docs": "https://www.bing.com/webmaster/help/bing-amp-cache-bc1c884c",
"cacheDomain": "bing-amp.com",
"updateCacheApiDomainSuffix": "bing-amp.com",
"thirdPartyFrameDomainSuffix": "bing-amp.net"
"cacheDomain": "www.bing-amp.com",
"updateCacheApiDomainSuffix": "www.bing-amp.com",
"thirdPartyFrameDomainSuffix": "www.bing-amp.net"
}
]
]
```

@@ -58,0 +50,0 @@

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