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

@mongodb-js/compass-utils

Package Overview
Dependencies
Maintainers
0
Versions
472
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-4da646a12b2e0ba41483ebf5a98cd74907a22e10 to 0.0.0-next-4eaf0370d44a91ba9c196f41774c1b6b61b5029c

5

dist/cancellable-promise.d.ts

@@ -5,3 +5,6 @@ declare class AbortError extends Error {

}
export declare const throwIfAborted: (signal?: AbortSignal) => void;
export declare const throwIfAborted: (signal?: {
aborted: boolean;
reason?: Error;
}) => void;
export declare const createCancelError: (message?: string) => AbortError;

@@ -8,0 +11,0 @@ export declare function isCancelError(error: any): error is AbortError;

14

package.json

@@ -16,3 +16,3 @@ {

"homepage": "https://github.com/mongodb-js/compass",
"version": "0.0.0-next-4da646a12b2e0ba41483ebf5a98cd74907a22e10",
"version": "0.0.0-next-4eaf0370d44a91ba9c196f41774c1b6b61b5029c",
"repository": {

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

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

@@ -74,5 +74,5 @@ "@types/mocha": "^9.0.0",

"@electron/remote": "^2.1.2",
"electron": "^29.4.5"
"electron": "^30.4.0"
},
"gitHead": "4da646a12b2e0ba41483ebf5a98cd74907a22e10"
"gitHead": "4eaf0370d44a91ba9c196f41774c1b6b61b5029c"
}

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