Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluidframework/core-utils

Package Overview
Dependencies
Maintainers
2
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/core-utils - npm Package Compare versions

Comparing version 2.0.0-dev.5.2.0.169897 to 2.0.0-dev.5.3.2.178189

dist/lazy.d.ts

12

CHANGELOG.md
# @fluidframework/core-utils
## 2.0.0-internal.5.3.0
Dependency updates only.
## 2.0.0-internal.5.2.0
Dependency updates only.
## 2.0.0-internal.5.1.0
Dependency updates only.
## 2.0.0-internal.5.0.0

@@ -4,0 +16,0 @@

2

dist/index.d.ts

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

export { compareArrays } from "./compare";
export { Lazy, LazyPromise } from "./lazy";
export { PromiseCache, PromiseCacheExpiry, PromiseCacheOptions } from "./promiseCache";
//# sourceMappingURL=index.d.ts.map

@@ -7,5 +7,10 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.compareArrays = void 0;
exports.PromiseCache = exports.LazyPromise = exports.Lazy = exports.compareArrays = void 0;
var compare_1 = require("./compare");
Object.defineProperty(exports, "compareArrays", { enumerable: true, get: function () { return compare_1.compareArrays; } });
var lazy_1 = require("./lazy");
Object.defineProperty(exports, "Lazy", { enumerable: true, get: function () { return lazy_1.Lazy; } });
Object.defineProperty(exports, "LazyPromise", { enumerable: true, get: function () { return lazy_1.LazyPromise; } });
var promiseCache_1 = require("./promiseCache");
Object.defineProperty(exports, "PromiseCache", { enumerable: true, get: function () { return promiseCache_1.PromiseCache; } });
//# sourceMappingURL=index.js.map

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

export { compareArrays } from "./compare";
export { Lazy, LazyPromise } from "./lazy";
export { PromiseCache, PromiseCacheExpiry, PromiseCacheOptions } from "./promiseCache";
//# sourceMappingURL=index.d.ts.map

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

export { compareArrays } from "./compare";
export { Lazy, LazyPromise } from "./lazy";
export { PromiseCache } from "./promiseCache";
//# sourceMappingURL=index.js.map

14

package.json
{
"name": "@fluidframework/core-utils",
"version": "2.0.0-dev.5.2.0.169897",
"version": "2.0.0-dev.5.3.2.178189",
"description": "Not intended for use outside the Fluid client repo.",

@@ -38,11 +38,12 @@ "homepage": "https://fluidframework.com",

"devDependencies": {
"@fluid-tools/benchmark": "^0.47.0",
"@fluid-tools/build-cli": "^0.20.0-169245",
"@fluid-tools/benchmark": "^0.48.0",
"@fluid-tools/build-cli": "^0.21.0",
"@fluidframework/build-common": "^1.2.0",
"@fluidframework/build-tools": "^0.20.0-169245",
"@fluidframework/build-tools": "^0.21.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/mocha-test-setup": "2.0.0-dev.5.2.0.169897",
"@fluidframework/mocha-test-setup": "2.0.0-dev.5.3.2.178189",
"@microsoft/api-extractor": "^7.34.4",
"@types/mocha": "^9.1.1",
"@types/node": "^14.18.38",
"@types/sinon": "^7.0.13",
"concurrently": "^7.6.0",

@@ -60,2 +61,3 @@ "copyfiles": "^2.4.1",

"rimraf": "^4.4.0",
"sinon": "^7.4.2",
"source-map-support": "^0.5.16",

@@ -94,4 +96,4 @@ "typescript": "~4.5.5"

"typetests:gen": "fluid-type-test-generator",
"typetests:prepare": "flub generate typetests --prepare --dir . --pin"
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
}
}

@@ -7,1 +7,3 @@ /*!

export { compareArrays } from "./compare";
export { Lazy, LazyPromise } from "./lazy";
export { PromiseCache, PromiseCacheExpiry, PromiseCacheOptions } from "./promiseCache";

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