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

@aphro/schema-api

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aphro/schema-api - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

CHANGELOG.md
# @aphro/schema-api
## 0.1.3
### Patch Changes
- enable nested collections of nodes
## 0.1.2

@@ -4,0 +10,0 @@

2

lib/index.d.ts

@@ -229,3 +229,3 @@ export declare type ValidationError = {

type: 'array';
values: RemoveNameField<Field>;
values: RemoveNameField<Field> | string;
} & FieldBase;

@@ -232,0 +232,0 @@ export declare type OutboundEdgesAst = {

{
"name": "@aphro/schema-api",
"version": "0.1.2",
"version": "0.1.3",
"main": "lib/index.js",

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

@@ -296,3 +296,3 @@ export type ValidationError = {

// Ideally we use `Omit` on name but see https://github.com/microsoft/TypeScript/issues/31501
values: RemoveNameField<Field>;
values: RemoveNameField<Field> | string;
} & FieldBase;

@@ -299,0 +299,0 @@

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