Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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.32 to 0.5.33

2

lib/common/constants.pkg.js

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

name: '@platform/cell.schema',
version: '0.5.32',
version: '0.5.33',
};

@@ -41,5 +41,5 @@ export declare const ROUTES: {

};
RUNTIME: {
FUNC: string;
FUNC: {
RUN: string;
};
};

@@ -60,5 +60,5 @@ "use strict";

},
RUNTIME: {
FUNC: "/run\\:func(/?)",
FUNC: {
RUN: "/fn\\:run(/?)",
},
};

@@ -45,4 +45,4 @@ import { t } from '../common';

};
RUNTIME: {
FUNC: string;
FUNC: {
RUN: string;
};

@@ -71,5 +71,5 @@ };

};
get runtime(): {
get fn(): {
bundle: t.IUrlsBundle;
readonly func: t.IUrl<Record<string, unknown>>;
readonly run: t.IUrl<t.IReqQueryFuncRun>;
};

@@ -76,0 +76,0 @@ ns(input: string | t.INsUri): {

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

});
Object.defineProperty(Urls.prototype, "runtime", {
Object.defineProperty(Urls.prototype, "fn", {
get: function () {

@@ -95,4 +95,4 @@ var self = this;

bundle: bundle,
get func() {
return toUrl("/run:func");
get run() {
return toUrl("/fn:run");
},

@@ -99,0 +99,0 @@ };

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

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

"@platform/cache": "0.3.4",
"@platform/cell.coord": "0.8.216",
"@platform/cell.types": "0.5.33",
"@platform/cell.coord": "0.8.217",
"@platform/cell.types": "0.5.34",
"@platform/fs.types": "0.1.2",

@@ -20,0 +20,0 @@ "@platform/fsdb.types": "0.6.45",

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