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
0
Versions
162
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.65.0 to 0.65.1

6

index.cjs.js

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

locale: getLocale(),
sdkVersion: "0.65.0" ,
sdkVersion: "0.65.1" ,
...(payload || {}),

@@ -1162,2 +1162,6 @@ };

}
const dbIndex = getDataPerKey(preferences.edgeURL, 'local', tagStorage, storageIdKey);
if (dbIndex != null && !isNaN(dbIndex)) {
url.searchParams.set('storageId', dbIndex.toString());
}
getRequest(url.href)

@@ -1164,0 +1168,0 @@ .then((result) => {

2

package.json
{
"name": "@blotoutio/edgetag-sdk-js",
"version": "0.65.0",
"version": "0.65.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