New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@britannica/cam-utils

Package Overview
Dependencies
Maintainers
5
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@britannica/cam-utils - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

dist/cam-utils.cjs.js

@@ -84,3 +84,3 @@ 'use strict';

env = Environment.DEV,
{ secure = window.location.protocol === 'https:', expires = CAM_DEFAULT_EXPIRATION_DAYS } = {}
{ secure = false, expires = CAM_DEFAULT_EXPIRATION_DAYS } = {}
) {

@@ -87,0 +87,0 @@ if (!Object.values(Environment).includes(env)) {

@@ -76,3 +76,3 @@ import Cookies from 'js-cookie';

env = Environment.DEV,
{ secure = window.location.protocol === 'https:', expires = CAM_DEFAULT_EXPIRATION_DAYS } = {}
{ secure = false, expires = CAM_DEFAULT_EXPIRATION_DAYS } = {}
) {

@@ -79,0 +79,0 @@ if (!Object.values(Environment).includes(env)) {

@@ -247,3 +247,3 @@ (function (global, factory) {

env = Environment.DEV,
{ secure = window.location.protocol === 'https:', expires = CAM_DEFAULT_EXPIRATION_DAYS } = {}
{ secure = false, expires = CAM_DEFAULT_EXPIRATION_DAYS } = {}
) {

@@ -250,0 +250,0 @@ if (!Object.values(Environment).includes(env)) {

{
"name": "@britannica/cam-utils",
"version": "4.0.0",
"version": "4.0.1",
"description": "Consumer Account Management (CAM) auth configuration and utilities",

@@ -5,0 +5,0 @@ "repository": "git://github.com/britannica/cam-utils.git",

@@ -76,3 +76,3 @@ import Cookies from 'js-cookie';

env = Environment.DEV,
{ secure = window.location.protocol === 'https:', expires = CAM_DEFAULT_EXPIRATION_DAYS } = {}
{ secure = false, expires = CAM_DEFAULT_EXPIRATION_DAYS } = {}
) {

@@ -79,0 +79,0 @@ if (!Object.values(Environment).includes(env)) {

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