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

@segment/cookie

Package Overview
Dependencies
Maintainers
147
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@segment/cookie - npm Package Compare versions

Comparing version 1.1.4-alpha.ajs-test to 1.1.4-rc.0

.buildkite/pipeline.yml

2

lib/index.js

@@ -53,4 +53,4 @@ 'use strict';

if (options.expires) str += '; expires=' + options.expires.toUTCString();
if (options.sameSite) str += '; SameSite=' + options.sameSite;
if (options.secure) str += '; secure';
if (options.sameSite) str += '; sameSite=' + options.sameSite;

@@ -57,0 +57,0 @@ document.cookie = str;

{
"name": "@segment/cookie",
"description": "Tiny cookie component",
"version": "1.1.4-alpha.ajs-test",
"version": "1.1.4-rc.0",
"license": "MIT",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {

@@ -11,0 +8,0 @@ "test": "make test",

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