Socket
Socket
Sign inDemoInstall

@aller/blink-labrador

Package Overview
Dependencies
Maintainers
16
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.2 to 0.6.3

2

lib/utils/cookie-utils.js

@@ -17,3 +17,3 @@ "use strict";

function setCookie(doc, name, value, now) {
expireCookie(doc, name, value);
expireCookie(doc, name);
var date = new Date(now);

@@ -20,0 +20,0 @@ date.setTime(date.getTime() + 365 * 24 * 60 * 60 * 1000);

{
"name": "@aller/blink-labrador",
"version": "0.6.2",
"version": "0.6.3",
"description": "Library for using blink on Labrador",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc