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

@mongodb-js/compass-utils

Package Overview
Dependencies
Maintainers
29
Versions
494
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongodb-js/compass-utils - npm Package Compare versions

Comparing version 0.0.0-next-ea4f317e964c0504e54c01d83c385280a9135bba to 0.0.0-next-f5d7198f71e9d27890af5dc79d01c3950c637d49

dist/cancellable-promise.d.ts

1

dist/index.d.ts
export { AmpersandMethodOptions, promisifyAmpersandMethod, } from './promisify-ampersand-method';
export { StoragePaths, getStoragePaths } from './get-storage-paths';
export { raceWithAbort, cancellableWait, createCancelError, isCancelError, } from './cancellable-promise';
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getStoragePaths = exports.promisifyAmpersandMethod = void 0;
exports.isCancelError = exports.createCancelError = exports.cancellableWait = exports.raceWithAbort = exports.getStoragePaths = exports.promisifyAmpersandMethod = void 0;
var promisify_ampersand_method_1 = require("./promisify-ampersand-method");

@@ -8,2 +8,7 @@ Object.defineProperty(exports, "promisifyAmpersandMethod", { enumerable: true, get: function () { return promisify_ampersand_method_1.promisifyAmpersandMethod; } });

Object.defineProperty(exports, "getStoragePaths", { enumerable: true, get: function () { return get_storage_paths_1.getStoragePaths; } });
var cancellable_promise_1 = require("./cancellable-promise");
Object.defineProperty(exports, "raceWithAbort", { enumerable: true, get: function () { return cancellable_promise_1.raceWithAbort; } });
Object.defineProperty(exports, "cancellableWait", { enumerable: true, get: function () { return cancellable_promise_1.cancellableWait; } });
Object.defineProperty(exports, "createCancelError", { enumerable: true, get: function () { return cancellable_promise_1.createCancelError; } });
Object.defineProperty(exports, "isCancelError", { enumerable: true, get: function () { return cancellable_promise_1.isCancelError; } });
//# sourceMappingURL=index.js.map

12

package.json

@@ -17,3 +17,3 @@ {

"homepage": "https://github.com/mongodb-js/compass",
"version": "0.0.0-next-ea4f317e964c0504e54c01d83c385280a9135bba",
"version": "0.0.0-next-f5d7198f71e9d27890af5dc79d01c3950c637d49",
"repository": {

@@ -58,6 +58,6 @@ "type": "git",

"devDependencies": {
"@mongodb-js/eslint-config-compass": "0.0.0-next-ea4f317e964c0504e54c01d83c385280a9135bba",
"@mongodb-js/mocha-config-compass": "0.0.0-next-ea4f317e964c0504e54c01d83c385280a9135bba",
"@mongodb-js/prettier-config-compass": "0.0.0-next-ea4f317e964c0504e54c01d83c385280a9135bba",
"@mongodb-js/tsconfig-compass": "0.0.0-next-ea4f317e964c0504e54c01d83c385280a9135bba",
"@mongodb-js/eslint-config-compass": "0.0.0-next-f5d7198f71e9d27890af5dc79d01c3950c637d49",
"@mongodb-js/mocha-config-compass": "0.0.0-next-f5d7198f71e9d27890af5dc79d01c3950c637d49",
"@mongodb-js/prettier-config-compass": "0.0.0-next-f5d7198f71e9d27890af5dc79d01c3950c637d49",
"@mongodb-js/tsconfig-compass": "0.0.0-next-f5d7198f71e9d27890af5dc79d01c3950c637d49",
"@types/chai": "^4.2.21",

@@ -76,3 +76,3 @@ "@types/mocha": "^9.0.0",

},
"gitHead": "ea4f317e964c0504e54c01d83c385280a9135bba"
"gitHead": "f5d7198f71e9d27890af5dc79d01c3950c637d49"
}

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