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.3 to 0.0.4

4

lib/common/libs.cell.d.ts

@@ -1,1 +0,3 @@

export { coord } from '@platform/cell.coord';
import { coord } from '@platform/cell.coord';
export { coord };
export declare const Uri: typeof coord.Uri;

@@ -5,1 +5,2 @@ "use strict";

exports.coord = cell_coord_1.coord;
exports.Uri = cell_coord_1.coord.Uri;
export declare const R: {
uniq: <T>(list: readonly T[]) => T[];
};
export { coord } from './libs.cell';
export { coord, Uri } from './libs.cell';
export declare const cuid: () => string;

@@ -7,3 +7,4 @@ "use strict";

exports.coord = libs_cell_1.coord;
exports.Uri = libs_cell_1.Uri;
var util_value_1 = require("@platform/util.value");
exports.cuid = util_value_1.id.cuid;
export * from './Schema';
export { Uri } from '../common';

@@ -5,1 +5,3 @@ "use strict";

tslib_1.__exportStar(require("./Schema"), exports);
var common_1 = require("../common");
exports.Uri = common_1.Uri;
{
"name": "@platform/cell.schema",
"version": "0.0.3",
"version": "0.0.4",
"description": "URI and database schemas for the `cell.os`.",

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

Sorry, the diff of this file is not supported yet

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