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.10.11 to 0.10.12

4

index.esm.js

@@ -203,3 +203,3 @@ var api = /*#__PURE__*/Object.freeze({

try {
if (window.edgetagData['pageUrl']) {
if (window.edgetagData && window.edgetagData['pageUrl']) {
return window.edgetagData['pageUrl'];

@@ -519,3 +519,3 @@ }

const getStandardPayload = (payload) => {
const data = Object.assign({ pageUrl: getPageUrl(), pageTitle: getPageTitle(), userAgent: getUserAgent(), referrer: getReferrer(), search: getSearch(), sdkVersion: "0.10.11" }, (payload || {}));
const data = Object.assign({ pageUrl: getPageUrl(), pageTitle: getPageTitle(), userAgent: getUserAgent(), referrer: getReferrer(), search: getSearch(), sdkVersion: "0.10.12" }, (payload || {}));
let storage = {};

@@ -522,0 +522,0 @@ const session = getData$1('session');

{
"name": "@blotoutio/edgetag-sdk-js",
"version": "0.10.11",
"version": "0.10.12",
"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