Socket
Socket
Sign inDemoInstall

@platform/cell.schema

Package Overview
Dependencies
Maintainers
1
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/cell.schema - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

6

lib/schema/Schema.d.ts

@@ -17,5 +17,5 @@ import { t, coord } from '../common';

static from: {
ns(input: string | t.IModel<any, any, t.IDbModelNsLinks, t.IDbModelNsChildren>): SchemaType<t.INsUri>;
cell(input: string | t.IModel<t.ICellData<any>, t.IDbModelCellDoc<any>, t.IDbModelCellLinks, t.IDbModelCellChilden>): SchemaType<t.ICellUri>;
row(input: string | t.IModel<t.IRowData<any>, t.IRowData<any>, any, any>): SchemaType<t.IRowUri>;
ns(input: string | t.IModel<t.INs, t.INs, t.IDbModelNsLinks, t.IDbModelNsChildren>): SchemaType<t.INsUri>;
cell(input: string | t.IModel<t.ICellData<t.ICellProps>, t.IDbModelCellDoc<{}>, t.IDbModelCellLinks, t.IDbModelCellChilden>): SchemaType<t.ICellUri>;
row(input: string | t.IModel<t.IRowData<t.IRowProps>, t.IRowData<t.IRowProps>, any, any>): SchemaType<t.IRowUri>;
column(input: string | t.IModel<t.IColumnData<t.IColumnProps>, t.IColumnData<t.IColumnProps>, any, any>): SchemaType<t.IColumnUri>;

@@ -22,0 +22,0 @@ };

{
"name": "@platform/cell.schema",
"version": "0.0.10",
"version": "0.0.11",
"description": "URI and database schemas for the `cell.os`.",

@@ -15,5 +15,5 @@ "main": "lib/index",

"dependencies": {
"@platform/cell.coord": "0.6.1",
"@platform/cell.types": "0.1.5",
"@platform/fsdb.types": "0.4.4",
"@platform/cell.coord": "0.6.2",
"@platform/cell.types": "0.1.6",
"@platform/fsdb.types": "0.4.5",
"@platform/libs": "0.1.4",

@@ -20,0 +20,0 @@ "@platform/util.value": "0.5.8"

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