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

@fluidframework/core-utils

Package Overview
Dependencies
Maintainers
0
Versions
256
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.1.0-274160 to 2.1.0-276326

api-report/core-utils.legacy.alpha.api.md

1

dist/assert.d.ts

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

* use numbered error codes instead.
* @legacy
* @alpha

@@ -16,0 +17,0 @@ */

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

* use numbered error codes instead.
* @legacy
* @alpha

@@ -19,0 +20,0 @@ */

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

*
* @legacy
* @alpha

@@ -10,0 +11,0 @@ *

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

*
* @legacy
* @alpha

@@ -13,0 +14,0 @@ *

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

* All calls are then proxied to the promise returned by the execute method.
* @legacy
* @alpha

@@ -34,0 +35,0 @@ */

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

* All calls are then proxied to the promise returned by the execute method.
* @legacy
* @alpha

@@ -47,0 +48,0 @@ */

2

dist/legacy.d.ts

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

export {
// @alpha APIs
// @legacy APIs
Deferred,

@@ -15,0 +15,0 @@ LazyPromise,

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

* - sliding: entries expire after the given duration in MS of inactivity (i.e. get resets the clock)
* @legacy
* @alpha

@@ -21,2 +22,3 @@ */

* Options for configuring the {@link PromiseCache}
* @legacy
* @alpha

@@ -37,2 +39,3 @@ */

* without fear of running it multiple times or losing track of errors.
* @legacy
* @alpha

@@ -39,0 +42,0 @@ */

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

* without fear of running it multiple times or losing track of errors.
* @legacy
* @alpha

@@ -55,0 +56,0 @@ */

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

* A deferred creates a promise and the ability to resolve or reject it
* @legacy
* @alpha

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

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

* A deferred creates a promise and the ability to resolve or reject it
* @legacy
* @alpha

@@ -12,0 +13,0 @@ */

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

* use numbered error codes instead.
* @legacy
* @alpha

@@ -16,0 +17,0 @@ */

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

* use numbered error codes instead.
* @legacy
* @alpha

@@ -16,0 +17,0 @@ */

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

*
* @legacy
* @alpha

@@ -10,0 +11,0 @@ *

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

*
* @legacy
* @alpha

@@ -10,0 +11,0 @@ *

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

* All calls are then proxied to the promise returned by the execute method.
* @legacy
* @alpha

@@ -34,0 +35,0 @@ */

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

* All calls are then proxied to the promise returned by the execute method.
* @legacy
* @alpha

@@ -43,0 +44,0 @@ */

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

export {
// @alpha APIs
// @legacy APIs
Deferred,

@@ -15,0 +15,0 @@ LazyPromise,

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

* - sliding: entries expire after the given duration in MS of inactivity (i.e. get resets the clock)
* @legacy
* @alpha

@@ -21,2 +22,3 @@ */

* Options for configuring the {@link PromiseCache}
* @legacy
* @alpha

@@ -37,2 +39,3 @@ */

* without fear of running it multiple times or losing track of errors.
* @legacy
* @alpha

@@ -39,0 +42,0 @@ */

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

* without fear of running it multiple times or losing track of errors.
* @legacy
* @alpha

@@ -52,0 +53,0 @@ */

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

* A deferred creates a promise and the ability to resolve or reject it
* @legacy
* @alpha

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

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

* A deferred creates a promise and the ability to resolve or reject it
* @legacy
* @alpha

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

{
"name": "@fluidframework/core-utils",
"version": "2.1.0-274160",
"version": "2.1.0-276326",
"description": "Not intended for use outside the Fluid client repo.",

@@ -72,3 +72,3 @@ "homepage": "https://fluidframework.com",

"@biomejs/biome": "^1.7.3",
"@fluid-internal/mocha-test-setup": "2.1.0-274160",
"@fluid-internal/mocha-test-setup": "2.1.0-276326",
"@fluid-tools/benchmark": "^0.47.0",

@@ -104,4 +104,4 @@ "@fluid-tools/build-cli": "^0.39.0",

"api": "fluid-build . --task api",
"api-extractor:commonjs": "flub generate entrypoints --outFileAlpha legacy --outDir ./dist",
"api-extractor:esnext": "flub generate entrypoints --outFileAlpha legacy --outDir ./lib --node10TypeCompat",
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
"bench": "mocha --recursive \"lib/test/**/*.spec.*js\" --timeout 999999 --perfMode --parentProcess --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js",

@@ -108,0 +108,0 @@ "bench:profile": "mocha --recursive \"lib/test/**/*.spec.*js\" --v8-prof --v8-logfile=profile.log --v8-no-logfile-per-isolate --timeout 999999 --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js && node --prof-process profile.log > profile.txt && rimraf profile.log && echo See results in profile.txt",

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

* use numbered error codes instead.
* @legacy
* @alpha

@@ -17,0 +18,0 @@ */

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

*
* @legacy
* @alpha

@@ -11,0 +12,0 @@ *

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

* All calls are then proxied to the promise returned by the execute method.
* @legacy
* @alpha

@@ -46,0 +47,0 @@ */

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

* - sliding: entries expire after the given duration in MS of inactivity (i.e. get resets the clock)
* @legacy
* @alpha

@@ -25,2 +26,3 @@ */

* Options for configuring the {@link PromiseCache}
* @legacy
* @alpha

@@ -94,2 +96,3 @@ */

* without fear of running it multiple times or losing track of errors.
* @legacy
* @alpha

@@ -96,0 +99,0 @@ */

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

* A deferred creates a promise and the ability to resolve or reject it
* @legacy
* @alpha

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

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

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