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

mojito-dimensions-base

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mojito-dimensions-base - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

4

addons/rs/super-bundle.server.js

@@ -233,3 +233,5 @@ /*

if (isExperimentDimension(k)) {
Y.log('INVALID dimension value "' + ctx[k] + '" for key "' + k + '"', 'error', NAME);
Y.log('INVALID dimension value "' + ctx[k] + '" for key "' + k +
'". Bucket "' + k.replace(EXPERIMENT_DIMENSION_PREFIX, '') + ':' + ctx[k] +
'" is not configured or missing.', 'warn', NAME);
} else {

@@ -236,0 +238,0 @@ store._validateContextCache[cacheKey] = 'INVALID dimension value "' + ctx[k] + '" for key "' + k + '"';

{
"name": "mojito-dimensions-base",
"description": "Mojito bucket testing infrastructure Super Bundle Addon",
"version": "0.0.8",
"version": "0.0.9",
"author": "David Gomez <dgomez@yahoo-inc.com>",

@@ -6,0 +6,0 @@ "contributors": [

@@ -422,4 +422,5 @@ /*

A.areEqual('INVALID dimension value "invalid" for key "experiment_ad"', actual.msg, 'error msg');
A.areEqual('error', actual.level, 'error level');
A.areEqual('INVALID dimension value "invalid" for key "experiment_ad".' +
' Bucket "ad:invalid" is not configured or missing.', actual.msg, 'error msg');
A.areEqual('warn', actual.level, 'error level');
A.areEqual(moduleName, actual.name, 'error module name');

@@ -426,0 +427,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