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

@json-layout/vocabulary

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@json-layout/vocabulary - npm Package Compare versions

Comparing version 0.20.0 to 0.21.0

2

package.json
{
"name": "@json-layout/vocabulary",
"version": "0.20.0",
"version": "0.21.0",
"description": "Main JSON Layout vocabulary as JSON schemas and Typescript types. Also contains some small utility functions to validate and normalize annotations.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -207,3 +207,8 @@ /**

{
name: 'one-of-select'
name: 'one-of-select',
schema: {
properties: {
emptyData: { type: 'boolean' }
}
}
}

@@ -210,0 +215,0 @@ ]

@@ -450,2 +450,5 @@ import type {

[k: string]: unknown;
});
}) & {
emptyData?: boolean;
[k: string]: unknown;
};

@@ -391,3 +391,6 @@ import type { BaseCompObject, Expression, Children, GetItems, SelectItems } from '../normalized-layout/types.js';

[k: string]: unknown;
});
}) & {
emptyData?: boolean;
[k: string]: unknown;
};
//# sourceMappingURL=types.d.ts.map

Sorry, the diff of this file is not supported yet

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