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 3.0.0-beta.7 to 3.0.0-beta.8

6

dist/cam-utils.cjs.js

@@ -17,2 +17,7 @@ 'use strict';

/**
* postMessage event types
* @enum
*/
const PostMessageEvent = {

@@ -22,2 +27,3 @@ ROUTE_CHANGE: 'CAMRouteChange',

SIGN_OUT: 'CAMSignOut',
FORM_VALIDATION_CHANGE: 'CAMValidationEvent',
};

@@ -24,0 +30,0 @@

@@ -9,2 +9,7 @@ import Cookies from 'js-cookie';

/**
* postMessage event types
* @enum
*/
const PostMessageEvent = {

@@ -14,2 +19,3 @@ ROUTE_CHANGE: 'CAMRouteChange',

SIGN_OUT: 'CAMSignOut',
FORM_VALIDATION_CHANGE: 'CAMValidationEvent',
};

@@ -16,0 +22,0 @@

@@ -181,2 +181,7 @@ (function (global, factory) {

/**
* postMessage event types
* @enum
*/
const PostMessageEvent = {

@@ -186,2 +191,3 @@ ROUTE_CHANGE: 'CAMRouteChange',

SIGN_OUT: 'CAMSignOut',
FORM_VALIDATION_CHANGE: 'CAMValidationEvent',
};

@@ -188,0 +194,0 @@

2

package.json
{
"name": "@britannica/cam-utils",
"version": "3.0.0-beta.7",
"version": "3.0.0-beta.8",
"description": "Consumer Account Management (CAM) auth configuration and utilities",

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

@@ -9,2 +9,7 @@ import Cookies from 'js-cookie';

/**
* postMessage event types
* @enum
*/
export const PostMessageEvent = {

@@ -14,2 +19,3 @@ ROUTE_CHANGE: 'CAMRouteChange',

SIGN_OUT: 'CAMSignOut',
FORM_VALIDATION_CHANGE: 'CAMValidationEvent',
};

@@ -16,0 +22,0 @@

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