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

@vivocha/public-entities

Package Overview
Dependencies
Maintainers
10
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivocha/public-entities - npm Package Compare versions

Comparing version 6.4.11 to 6.4.12

7

dist/wrappers/widget.js

@@ -67,2 +67,5 @@ "use strict";

}
else if (p1 === 'VARIABLES') {
return JSON.stringify(this.options.settings.variables || {});
}
else if (p1.indexOf('VARIABLES.') === 0 && p1.length > 10 && this.options.manifest.variables && this.options.manifest.variables.length) {

@@ -90,4 +93,4 @@ let key = p1.substr(10);

});
rawHtml = rawHtml.replace(/(['"])(?:\.\/)?(assets\/.*?)(\?.*?)?\1/g, (match, dummy, p1) => {
const asset = this.getAsset(p1);
rawHtml = rawHtml.replace(/(['"])((?:\.\/)?(assets\/.*?))(\?.*?)?\1/g, (match, dummy, p1, p2) => {
const asset = this.getAsset(p2);
if (asset) {

@@ -94,0 +97,0 @@ return match.replace(p1, this.getAssetUrl(asset));

{
"name": "@vivocha/public-entities",
"version": "6.4.11",
"version": "6.4.12",
"description": "Vivocha public entities and types",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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