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

sw-toolbox

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sw-toolbox - npm Package Compare versions

Comparing version 3.5.1 to 3.6.0

index.d.ts

16

package.json
{
"name": "sw-toolbox",
"version": "3.5.1",
"version": "3.6.0",
"description": "Service Worker Toolbox provides some simple helpers for use in creating your own service workers.",
"license": "Apache-2.0",
"scripts": {
"publish-release": "publish-release.sh",
"publish-docs": "publish-docs.sh",
"build": "gulp default",
"build-docs": "echo No Reference Docs to Build.",
"test": "gulp lint default && node ./test/helpers/download-browsers.js && mocha",
"bundle": "./project/create-release-bundle.sh"
"publish-release": "npm-publish-scripts publish-release"
},

@@ -17,4 +14,4 @@ "main": "lib/sw-toolbox.js",

"dependencies": {
"serviceworker-cache-polyfill": "^4.0.0",
"path-to-regexp": "^1.0.1"
"path-to-regexp": "^1.0.1",
"serviceworker-cache-polyfill": "^4.0.0"
},

@@ -38,3 +35,3 @@ "devDependencies": {

"mocha": "^3.2.0",
"npm-publish-scripts": "^2.0.7",
"npm-publish-scripts": "^4.1.0",
"operadriver": "^1.0.0",

@@ -52,4 +49,5 @@ "selenium-assistant": "^5.0.2",

"sw-toolbox.js",
"sw-toolbox.js.map"
"sw-toolbox.js.map",
"index.d.ts"
]
}

@@ -9,3 +9,3 @@ # Service Worker Toolbox

Service Worker Toolbox provides an [expressive approach](https://googlechrome.github.io/sw-toolbox/docs/master/tutorial-api.html#expressive-approach) to using those strategies for runtime requests. If you're not sure what service workers are or what they are for, start with [the explainer doc](https://github.com/slightlyoff/ServiceWorker/blob/master/explainer.md).
Service Worker Toolbox provides an [expressive approach](https://googlechrome.github.io/sw-toolbox/usage.html#express-style-routes) to using those strategies for runtime requests. If you're not sure what service workers are or what they are for, start with [the explainer doc](https://github.com/slightlyoff/ServiceWorker/blob/master/explainer.md).

@@ -52,3 +52,3 @@ ## What if I need precaching as well?

To understand how to use the toolbox read the [Usage](https://googlechrome.github.io/sw-toolbox/docs/master/tutorial-usage) and [API](https://googlechrome.github.io/sw-toolbox/docs/master/tutorial-api) documentation.
To understand how to use the toolbox read the [Usage](https://googlechrome.github.io/sw-toolbox/usage.html#main) and [API](https://googlechrome.github.io/sw-toolbox/api.html#main) documentation.

@@ -55,0 +55,0 @@ ## Support

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