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

@vivocha/public-entities

Package Overview
Dependencies
Maintainers
6
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 5.9.14 to 5.9.16

5

dist/wrappers/widget.js

@@ -97,3 +97,6 @@ "use strict";

for (let def of this.options.manifest.variables) {
let val = this.options.settings.variables[def.id] || def.defaultValue;
let val = this.options.settings.variables[def.id];
if (typeof val === 'undefined') {
val = def.defaultValue;
}
if (typeof val !== 'undefined') {

@@ -100,0 +103,0 @@ switch (def.type) {

6

package.json
{
"name": "@vivocha/public-entities",
"version": "5.9.14",
"version": "5.9.16",
"description": "Vivocha public entities and types",

@@ -42,3 +42,3 @@ "main": "dist/index.js",

"devDependencies": {
"@types/node": "^8.0.52",
"@types/node": "^8.0.53",
"@types/node-sass": "^3.10.32",

@@ -52,4 +52,4 @@ "jsonref-cli": "^1.0.0",

"request": "^2.83.0",
"sass.js": "^0.10.6"
"sass.js": "^0.10.7"
}
}
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