You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

gatsby-plugin-remove-serviceworker

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-remove-serviceworker

Helps with ServiceWorker removal from your website. [For more details](https://medium.com/@nekrtemplar/self-destroying-serviceworker-73d62921d717)

1.0.0
latest
npmnpm
Version published
Weekly downloads
30K
-12.78%
Maintainers
1
Weekly downloads
 
Created
Source

gatsby-plugin-remove-serviceworker

Helps with ServiceWorker removal from your website. For more details

Usage

npm install gatsby-plugin-remove-serviceworker

Then add it to the list of plugins in gatsby-config.js:

plugins: [
  'gatsby-plugin-remove-serviceworker'
]

Options

  • filename -- filename of generated ServiceWorker Default: 'sw.js'

License

MIT

FAQs

Package last updated on 21 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts