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.5.76 to 0.5.77

2

lib/common/constants.pkg.js

@@ -6,3 +6,3 @@ "use strict";

name: '@platform/cell.schema',
version: '0.5.76',
version: '0.5.77',
};

@@ -23,2 +23,3 @@ import { t } from '../common';

file: (ns: string, fileid: string) => string;
A1: () => string;
};

@@ -25,0 +26,0 @@ static clean(input?: string): string;

@@ -161,2 +161,3 @@ "use strict";

file: function (ns, fileid) { return toUri('file', 'FILE', ns, fileid); },
A1: function () { return Uri.create.cell(common_1.cuid(), 'A1'); },
};

@@ -163,0 +164,0 @@ Uri.is = {

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

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

"@platform/cache": "0.3.17",
"@platform/cell.coord": "0.8.258",
"@platform/cell.types": "0.5.73",
"@platform/cell.coord": "0.8.259",
"@platform/cell.types": "0.5.74",
"@platform/fs.types": "0.1.8",

@@ -19,0 +19,0 @@ "@platform/fsdb.types": "0.6.58",

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