Socket
Socket
Sign inDemoInstall

feature-policy

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feature-policy - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

6

lib/config.js

@@ -15,4 +15,8 @@ module.exports = {

fullscreen: 'fullscreen',
payment: 'payment'
payment: 'payment',
accelerometer: 'accelerometer',
usb: 'usb',
vr: 'vr',
autoplay: 'autoplay'
}
}

2

package.json

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

"description": "Middleware to set the Feature-Policy HTTP header",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",

@@ -8,0 +8,0 @@ "keywords": [

@@ -41,1 +41,5 @@ Feature Policy

* `payment`
* `accelerometer`
* `usb`
* `vr`
* `autoplay`
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