Socket
Socket
Sign inDemoInstall

should-send-same-site-none

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "should-send-same-site-none",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple utility to detect incompatible user agents for `SameSite=None` cookie attribute",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -16,4 +16,4 @@ # should-send-same-site-none

```
var classNames = require('should-send-same-site-none'); //
import KeyboardEventHandler from 'react-keyboard-event-handler';
var shouldSendSameSiteNone = require('should-send-same-site-none');
// import shouldSendSameSiteNone from 'should-send-same-site-none';

@@ -20,0 +20,0 @@ var ua = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/537.36 (KHTML, like Gecko)';

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc