workbox-build
Advanced tools
Comparing version 3.5.0 to 3.6.1
@@ -5,3 +5,3 @@ { | ||
"releasesDir": "releases", | ||
"latestVersion": "3.5.0" | ||
"latestVersion": "3.6.1" | ||
} |
@@ -36,2 +36,3 @@ 'use strict'; | ||
runtimeCaching: joi.array().items(joi.object().keys({ | ||
method: joi.string().valid('DELETE', 'GET', 'HEAD', 'PATCH', 'POST', 'PUT'), | ||
urlPattern: [regExpObject, joi.string()], | ||
@@ -38,0 +39,0 @@ handler: [joi.func(), joi.string().valid('cacheFirst', 'cacheOnly', 'networkFirst', 'networkOnly', 'staleWhileRevalidate')], |
{ | ||
"name": "workbox-build", | ||
"version": "3.5.0", | ||
"version": "3.6.1", | ||
"description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.", | ||
@@ -32,15 +32,15 @@ "keywords": [ | ||
"strip-comments": "^1.0.2", | ||
"workbox-background-sync": "^3.5.0", | ||
"workbox-broadcast-cache-update": "^3.5.0", | ||
"workbox-cache-expiration": "^3.5.0", | ||
"workbox-cacheable-response": "^3.5.0", | ||
"workbox-core": "^3.5.0", | ||
"workbox-google-analytics": "^3.5.0", | ||
"workbox-navigation-preload": "^3.5.0", | ||
"workbox-precaching": "^3.5.0", | ||
"workbox-range-requests": "^3.5.0", | ||
"workbox-routing": "^3.5.0", | ||
"workbox-strategies": "^3.5.0", | ||
"workbox-streams": "^3.5.0", | ||
"workbox-sw": "^3.5.0" | ||
"workbox-background-sync": "^3.6.1", | ||
"workbox-broadcast-cache-update": "^3.6.1", | ||
"workbox-cache-expiration": "^3.6.1", | ||
"workbox-cacheable-response": "^3.6.1", | ||
"workbox-core": "^3.6.1", | ||
"workbox-google-analytics": "^3.6.1", | ||
"workbox-navigation-preload": "^3.6.1", | ||
"workbox-precaching": "^3.6.1", | ||
"workbox-range-requests": "^3.6.1", | ||
"workbox-routing": "^3.6.1", | ||
"workbox-strategies": "^3.6.1", | ||
"workbox-streams": "^3.6.1", | ||
"workbox-sw": "^3.6.1" | ||
}, | ||
@@ -47,0 +47,0 @@ "main": "build/index.js", |
@@ -5,3 +5,3 @@ { | ||
"releasesDir": "releases", | ||
"latestVersion": "3.5.0" | ||
"latestVersion": "3.6.1" | ||
} |
@@ -35,2 +35,10 @@ /* | ||
runtimeCaching: joi.array().items(joi.object().keys({ | ||
method: joi.string().valid( | ||
'DELETE', | ||
'GET', | ||
'HEAD', | ||
'PATCH', | ||
'POST', | ||
'PUT' | ||
), | ||
urlPattern: [regExpObject, joi.string()], | ||
@@ -37,0 +45,0 @@ handler: [joi.func(), joi.string().valid( |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3882
169199
74
1
Updatedworkbox-core@^3.6.1
Updatedworkbox-precaching@^3.6.1
Updatedworkbox-routing@^3.6.1
Updatedworkbox-strategies@^3.6.1
Updatedworkbox-streams@^3.6.1
Updatedworkbox-sw@^3.6.1