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.6 to 6.4.7

4

dist/wrappers/data_collection.js

@@ -171,3 +171,3 @@ "use strict";

sectionFields[currSection].push(Object.assign({}, field, {
id: `${def.id}.${field.id || '___noid'}`
id: `${def.id}|${field.id || '___noid'}`
}));

@@ -196,3 +196,3 @@ }

for (let k in data) {
const match = k.match(/(.*?)\.(.*)/) || [];
const match = k.match(/(.*?)\|(.*)/) || [];
const [, form, field] = match;

@@ -199,0 +199,0 @@ if (form && defsById[form] && field && field !== '___noid') {

{
"name": "@vivocha/public-entities",
"version": "6.4.6",
"version": "6.4.7",
"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