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

@blotoutio/edgetag-sdk-js

Package Overview
Dependencies
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blotoutio/edgetag-sdk-js - npm Package Compare versions

Comparing version 0.46.0 to 0.46.1

7

index.cjs.js

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

locale: getLocale(),
sdkVersion: "0.46.0" ,
sdkVersion: "0.46.1" ,
...(payload || {}),

@@ -870,5 +870,6 @@ };

}
let updatedValue = value;
if (typeof value !== 'string') {
try {
value = JSON.stringify(value);
updatedValue = JSON.stringify(value);
}

@@ -880,3 +881,3 @@ catch {

}
handleData({ [`${provider}::${key}`]: value });
handleData({ [`${provider}::${key}`]: updatedValue });
};

@@ -883,0 +884,0 @@ const handleCaptureQuery = (provider, key, persistType, map) => {

{
"name": "@blotoutio/edgetag-sdk-js",
"version": "0.46.0",
"version": "0.46.1",
"description": "JS SDK for EdgeTag",

@@ -5,0 +5,0 @@ "author": "Blotout",

Sorry, the diff of this file is not supported yet

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