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

@communities-webruntime/metadata-schema

Package Overview
Dependencies
Maintainers
2
Versions
359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@communities-webruntime/metadata-schema - npm Package Compare versions

Comparing version 1.64.1 to 1.64.2

6

dist/index.js

@@ -20,3 +20,3 @@ /**

compileSchemas(schemasToCompile) {
schemasToCompile.forEach(schemaId => {
schemasToCompile.forEach((schemaId) => {
const schema = this.loadSchema(schemaId);

@@ -32,3 +32,3 @@ this.allSchemas.set(schemaId, schema);

return new Promise((resolve, reject) => {
const matchingSchemaIds = [...this.allSchemas.keys()].filter(schema => {
const matchingSchemaIds = [...this.allSchemas.keys()].filter((schema) => {
return schema.includes(schemaId);

@@ -43,3 +43,3 @@ });

}
matchingSchemaIds.forEach(matchingSchemaId => {
matchingSchemaIds.forEach((matchingSchemaId) => {
const schema = this.allSchemas.get(matchingSchemaId);

@@ -46,0 +46,0 @@ let errors = [];

{
"name": "@communities-webruntime/metadata-schema",
"license": "MIT",
"version": "1.64.1",
"version": "1.64.2",
"description": "UI metadata schema specs for Lightning Web Runtime",

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

},
"gitHead": "ec296978712fe7aeff36fa5e6c97c4ebc1c30eb9"
"gitHead": "61b8e9f32c00f9d12596a8e1a1cb8453611edb57"
}

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