You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
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

Comparing version 0.5.99 to 0.5.100

lib/common/Hash.d.ts

2

lib/common/constants.pkg.js

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

name: '@platform/cell.schema',
version: '0.5.99',
version: '0.5.100',
};
import * as constants from './constants';
import * as hash from './hash';
import * as t from './types';
export { constants, hash, t };
export { constants, t };
export * from './libs';
export * from './util';
export * from './Hash';
export declare const ERROR: {

@@ -8,0 +8,0 @@ HTTP: {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ERROR = exports.t = exports.hash = exports.constants = void 0;
exports.ERROR = exports.t = exports.constants = void 0;
var tslib_1 = require("tslib");
var constants = require("./constants");
exports.constants = constants;
var hash = require("./hash");
exports.hash = hash;
var t = require("./types");

@@ -13,2 +11,3 @@ exports.t = t;

tslib_1.__exportStar(require("./util"), exports);
tslib_1.__exportStar(require("./Hash"), exports);
exports.ERROR = constants.ERROR;

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

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

@@ -13,5 +13,6 @@ tslib_1.__exportStar(require("./types"), exports);

tslib_1.__exportStar(require("./Squash"), exports);
tslib_1.__exportStar(require("./Manifest"), exports);
var common_1 = require("./common");
Object.defineProperty(exports, "ERROR", { enumerable: true, get: function () { return common_1.ERROR; } });
Object.defineProperty(exports, "Mime", { enumerable: true, get: function () { return common_1.Mime; } });
Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return common_1.hash; } });
Object.defineProperty(exports, "Hash", { enumerable: true, get: function () { return common_1.Hash; } });

@@ -1,2 +0,2 @@

import { t, hash, coord, Mime } from '../common';
import { t, coord, Mime } from '../common';
import { Uri } from '../Uri';

@@ -102,3 +102,5 @@ import { Urls, Url } from '../Url';

slug: () => string;
hash: typeof hash;
Hash: {
sha256(input: any): string;
};
coord: typeof coord;

@@ -105,0 +107,0 @@ encoding: {

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

slug: common_1.slug,
hash: common_1.hash,
Hash: common_1.Hash,
coord: common_1.coord,

@@ -21,0 +21,0 @@ encoding: Encoding_1.Encoding,

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

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

"@platform/cache": "0.3.25",
"@platform/cell.coord": "0.8.281",
"@platform/cell.types": "0.5.96",
"@platform/cell.coord": "0.8.282",
"@platform/cell.types": "0.5.97",
"@platform/fs.types": "0.1.10",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc