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.42 to 0.5.43

2

lib/common/constants.pkg.js

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

name: '@platform/cell.schema',
version: '0.5.42',
version: '0.5.43',
};

@@ -8,2 +8,2 @@ export * from './types';

export * from './Encoding';
export { ERROR, Mime, squash } from './common';
export { ERROR, Mime, squash, hash } from './common';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.squash = exports.Mime = exports.ERROR = void 0;
exports.hash = exports.squash = exports.Mime = exports.ERROR = void 0;
var tslib_1 = require("tslib");

@@ -16,1 +16,2 @@ tslib_1.__exportStar(require("./types"), exports);

Object.defineProperty(exports, "squash", { enumerable: true, get: function () { return common_1.squash; } });
Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return common_1.hash; } });
{
"name": "@platform/cell.schema",
"version": "0.5.42",
"version": "0.5.43",
"description": "URI and database schemas for the `cell.os`.",

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

"@platform/cache": "0.3.4",
"@platform/cell.coord": "0.8.226",
"@platform/cell.types": "0.5.43",
"@platform/cell.coord": "0.8.227",
"@platform/cell.types": "0.5.44",
"@platform/fs.types": "0.1.2",

@@ -19,0 +19,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