Socket
Socket
Sign inDemoInstall

workbox-build

Package Overview
Dependencies
Maintainers
5
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workbox-build - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

2

build/cdn-details.json

@@ -5,3 +5,3 @@ {

"releasesDir": "releases",
"latestVersion": "6.1.0"
"latestVersion": "6.1.1"
}
{
"name": "workbox-build",
"version": "6.1.0",
"version": "6.1.1",
"description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.",

@@ -45,17 +45,17 @@ "keywords": [

"upath": "^1.2.0",
"workbox-background-sync": "^6.1.0",
"workbox-broadcast-update": "^6.1.0",
"workbox-cacheable-response": "^6.1.0",
"workbox-core": "^6.1.0",
"workbox-expiration": "^6.1.0",
"workbox-google-analytics": "^6.1.0",
"workbox-navigation-preload": "^6.1.0",
"workbox-precaching": "^6.1.0",
"workbox-range-requests": "^6.1.0",
"workbox-recipes": "^6.1.0",
"workbox-routing": "^6.1.0",
"workbox-strategies": "^6.1.0",
"workbox-streams": "^6.1.0",
"workbox-sw": "^6.1.0",
"workbox-window": "^6.1.0"
"workbox-background-sync": "^6.1.1",
"workbox-broadcast-update": "^6.1.1",
"workbox-cacheable-response": "^6.1.1",
"workbox-core": "^6.1.1",
"workbox-expiration": "^6.1.1",
"workbox-google-analytics": "^6.1.1",
"workbox-navigation-preload": "^6.1.1",
"workbox-precaching": "^6.1.1",
"workbox-range-requests": "^6.1.1",
"workbox-recipes": "^6.1.1",
"workbox-routing": "^6.1.1",
"workbox-strategies": "^6.1.1",
"workbox-streams": "^6.1.1",
"workbox-sw": "^6.1.1",
"workbox-window": "^6.1.1"
},

@@ -66,3 +66,3 @@ "main": "build/index.js",

},
"gitHead": "8f1a9f2cd863ae93987a5cdfc1e3e799635c6e44"
"gitHead": "e103c29615990b6bfb28cd0b81f80412aaaa7aab"
}

@@ -14,4 +14,5 @@ /*

* @property {string} url The URL to the asset in the manifest.
* @property {string} [revision] The revision details for the file. This is a
* hash generated by node based on the file contents.
* @property {string} revision The revision details for the file. This should be
* either a hash generated based on the file contents, or `null` if there is
* versioning already included in the URL.
* @property {string} [integrity] Integrity metadata that will be used when

@@ -18,0 +19,0 @@ * making the network request for the URL.

@@ -5,3 +5,3 @@ {

"releasesDir": "releases",
"latestVersion": "6.1.0"
"latestVersion": "6.1.1"
}
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