Socket
Socket
Sign inDemoInstall

@aller/blink-labrador

Package Overview
Dependencies
Maintainers
16
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aller/blink-labrador - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

6

lib/utils/get-ab-cookie.js

@@ -18,8 +18,8 @@ 'use strict';

function getABCookie(doc) {
if (abCookie) {
return abCookie;
}
if (!doc && (typeof window === 'undefined' || !!window.document)) {
return '101';
}
if (abCookie) {
return abCookie;
}
abCookie = (0, _cookieUtils.getCookie)(doc || document, 'abTestCookie');

@@ -26,0 +26,0 @@ if (abCookie) {

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

@@ -59,2 +59,8 @@ "main": "lib/main.js",

"babel-preset-env": "^1.7.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.0",
"jest": "^23.4.2",

@@ -61,0 +67,0 @@ "rollup": "^0.64.1",

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