New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fluidframework/shared-object-base

Package Overview
Dependencies
Maintainers
3
Versions
589
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/shared-object-base - npm Package Compare versions

Comparing version 0.33.3 to 0.34.0-14942

1

dist/debug.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.debug = void 0;
const debug_1 = __importDefault(require("debug"));

@@ -12,0 +13,0 @@ const packageVersion_1 = require("./packageVersion");

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.SharedObjectHandle = void 0;
const datastore_1 = require("@fluidframework/datastore");

@@ -9,0 +10,0 @@ /**

20

dist/index.js

@@ -6,9 +6,17 @@ "use strict";

*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./sharedObject"));
__export(require("./utils"));
__export(require("./valueType"));
__exportStar(require("./sharedObject"), exports);
__exportStar(require("./types"), exports);
__exportStar(require("./utils"), exports);
__exportStar(require("./valueType"), exports);
//# sourceMappingURL=index.js.map

@@ -8,3 +8,3 @@ /*!

export declare const pkgName = "@fluidframework/shared-object-base";
export declare const pkgVersion = "0.33.3";
export declare const pkgVersion = "0.34.0-14942";
//# sourceMappingURL=packageVersion.d.ts.map

@@ -9,4 +9,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgVersion = exports.pkgName = void 0;
exports.pkgName = "@fluidframework/shared-object-base";
exports.pkgVersion = "0.33.3";
exports.pkgVersion = "0.34.0-14942";
//# sourceMappingURL=packageVersion.js.map

@@ -181,3 +181,3 @@ /*!

*/
protected newAckBasedPromise<T>(executor: (resolve: (value?: T | PromiseLike<T> | undefined) => void, reject: (reason?: any) => void) => void): Promise<T>;
protected newAckBasedPromise<T>(executor: (resolve: (value: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => void): Promise<T>;
/**

@@ -184,0 +184,0 @@ * Report ignorable errors in code logic or data integrity to the logger.

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.SharedObject = void 0;
const uuid_1 = require("uuid");

@@ -55,4 +56,3 @@ const common_utils_1 = require("@fluidframework/common-utils");

static is(obj) {
var _a;
return ((_a = obj) === null || _a === void 0 ? void 0 : _a.ISharedObject) !== undefined;
return (obj === null || obj === void 0 ? void 0 : obj.ISharedObject) !== undefined;
}

@@ -59,0 +59,0 @@ get ISharedObject() { return this; }

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.SummarySerializer = void 0;
const runtime_utils_1 = require("@fluidframework/runtime-utils");

@@ -9,0 +10,0 @@ /**

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.parseHandles = exports.makeHandlesSerializable = exports.serializeHandles = void 0;
/**

@@ -9,0 +10,0 @@ * Given a mostly-plain object that may have handle objects embedded within, return a string representation of an object

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.ValueType = void 0;
/**

@@ -9,0 +10,0 @@ * enum representing the possible types of a shared object

@@ -6,4 +6,5 @@ /*!

export * from "./sharedObject";
export * from "./types";
export * from "./utils";
export * from "./valueType";
//# sourceMappingURL=index.js.map

@@ -8,3 +8,3 @@ /*!

export declare const pkgName = "@fluidframework/shared-object-base";
export declare const pkgVersion = "0.33.3";
export declare const pkgVersion = "0.34.0-14942";
//# sourceMappingURL=packageVersion.d.ts.map

@@ -8,3 +8,3 @@ /*!

export const pkgName = "@fluidframework/shared-object-base";
export const pkgVersion = "0.33.3";
export const pkgVersion = "0.34.0-14942";
//# sourceMappingURL=packageVersion.js.map

@@ -181,3 +181,3 @@ /*!

*/
protected newAckBasedPromise<T>(executor: (resolve: (value?: T | PromiseLike<T> | undefined) => void, reject: (reason?: any) => void) => void): Promise<T>;
protected newAckBasedPromise<T>(executor: (resolve: (value: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => void): Promise<T>;
/**

@@ -184,0 +184,0 @@ * Report ignorable errors in code logic or data integrity to the logger.

@@ -52,4 +52,3 @@ /*!

static is(obj) {
var _a;
return ((_a = obj) === null || _a === void 0 ? void 0 : _a.ISharedObject) !== undefined;
return (obj === null || obj === void 0 ? void 0 : obj.ISharedObject) !== undefined;
}

@@ -56,0 +55,0 @@ get ISharedObject() { return this; }

@@ -5,2 +5,3 @@ /*!

*/
export {};
//# sourceMappingURL=types.js.map
{
"name": "@fluidframework/shared-object-base",
"version": "0.33.3",
"version": "0.34.0-14942",
"description": "Fluid base class for shared distributed data structures",

@@ -33,10 +33,10 @@ "homepage": "https://fluidframework.com",

"@fluidframework/common-utils": "^0.27.0",
"@fluidframework/container-definitions": "^0.33.3",
"@fluidframework/core-interfaces": "^0.33.3",
"@fluidframework/datastore": "^0.33.3",
"@fluidframework/datastore-definitions": "^0.33.3",
"@fluidframework/protocol-definitions": "^0.1018.0",
"@fluidframework/runtime-definitions": "^0.33.3",
"@fluidframework/runtime-utils": "^0.33.3",
"@fluidframework/telemetry-utils": "^0.33.3",
"@fluidframework/container-definitions": "0.34.0-14942",
"@fluidframework/core-interfaces": "0.34.0-14942",
"@fluidframework/datastore": "0.34.0-14942",
"@fluidframework/datastore-definitions": "0.34.0-14942",
"@fluidframework/protocol-definitions": "^0.1019.0-0",
"@fluidframework/runtime-definitions": "0.34.0-14942",
"@fluidframework/runtime-utils": "0.34.0-14942",
"@fluidframework/telemetry-utils": "0.34.0-14942",
"assert": "^2.0.0",

@@ -47,23 +47,23 @@ "debug": "^4.1.1",

"devDependencies": {
"@fluidframework/build-common": "^0.19.2",
"@fluidframework/eslint-config-fluid": "^0.21.0",
"@fluidframework/build-common": "^0.20.0-0",
"@fluidframework/eslint-config-fluid": "^0.22.1-0",
"@microsoft/api-extractor": "^7.7.2",
"@types/assert": "^1.5.1",
"@types/assert": "^1.5.2",
"@types/debug": "^4.1.5",
"@types/node": "^10.17.24",
"@typescript-eslint/eslint-plugin": "~4.2.0",
"@typescript-eslint/parser": "~4.2.0",
"@typescript-eslint/eslint-plugin": "~4.14.0",
"@typescript-eslint/parser": "~4.14.0",
"concurrently": "^5.2.0",
"copyfiles": "^2.1.0",
"eslint": "~7.9.0",
"eslint": "~7.18.0",
"eslint-plugin-eslint-comments": "~3.2.0",
"eslint-plugin-import": "~2.22.0",
"eslint-plugin-import": "~2.22.1",
"eslint-plugin-no-null": "~1.0.2",
"eslint-plugin-prefer-arrow": "~1.2.2",
"eslint-plugin-react": "~7.21.2",
"eslint-plugin-unicorn": "~22.0.0",
"eslint-plugin-react": "~7.22.0",
"eslint-plugin-unicorn": "~26.0.1",
"rimraf": "^2.6.2",
"typescript": "~3.7.4",
"typescript": "~4.1.3",
"typescript-formatter": "7.1.0"
}
}

@@ -9,2 +9,2 @@ /*!

export const pkgName = "@fluidframework/shared-object-base";
export const pkgVersion = "0.33.3";
export const pkgVersion = "0.34.0-14942";

@@ -391,3 +391,3 @@ /*!

protected async newAckBasedPromise<T>(
executor: (resolve: (value?: T | PromiseLike<T> | undefined) => void, reject: (reason?: any) => void) => void,
executor: (resolve: (value: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => void,
): Promise<T> {

@@ -394,0 +394,0 @@ let rejectBecauseDispose: () => void;

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

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

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

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

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