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

.turbo/turbo-deep-clean.log

6

CHANGELOG.md
# @aphro/schema-api
## 0.0.7
### Patch Changes
- enable running in the browser, implement reactive queries
## 0.0.6

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

2

lib/index.d.ts

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

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

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

{
"name": "@aphro/schema-api",
"version": "0.0.6",
"version": "0.0.7",
"main": "lib/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/tantaman/aphrodite.git",
"directory": "packages/schema-api"
},
"devDependencies": {

@@ -17,4 +22,5 @@ "typescript": "^4.6.4"

"build": "tsc --build",
"watch": "tsc --build -w"
"watch": "tsc --build -w",
"deep-clean": "rm -rf ./lib && rm tsconfig.tsbuildinfo"
}
}

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

export type StorageEngine = '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