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.0.10 to 0.0.11

6

CHANGELOG.md
# @aphro/schema-api
## 0.0.11
### Patch Changes
- count/orderBy/take implementation, support for NOT NULL, empty queries
## 0.0.10

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

2

lib/index.d.ts

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

};
export declare type StorageEngine = 'sqlite';
export declare type StorageEngine = 'sqlite' | 'postgres';
export declare type StorageType = 'sql';

@@ -9,0 +9,0 @@ export declare type SchemaFileAst = {

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

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

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

export type StorageEngine = 'sqlite'; //| 'postgres'; //| 'mysql' | 'sqlite'; // | maria | neo4j | redis ...
export type StorageEngine = 'sqlite' | 'postgres'; //| 'mysql' | 'sqlite'; // | maria | neo4j | redis ...
export type StorageType = 'sql'; // opencypher

@@ -17,0 +17,0 @@

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