Socket
Socket
Sign inDemoInstall

@dxos/errors

Package Overview
Dependencies
Maintainers
7
Versions
426
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxos/errors - npm Package Compare versions

Comparing version 0.1.39 to 0.1.40

2

dist/lib/browser/meta.json

@@ -1,1 +0,1 @@

{"inputs":{"packages/sdk/errors/src/errors.ts":{"bytes":4823,"imports":[]},"packages/sdk/errors/src/index.ts":{"bytes":370,"imports":[{"path":"packages/sdk/errors/src/errors.ts","kind":"import-statement","original":"./errors"}]}},"outputs":{"packages/sdk/errors/dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2438},"packages/sdk/errors/dist/lib/browser/index.mjs":{"imports":[],"exports":["ApiError","CancelledError","DataCorruptionError","InvalidConfigError","RemoteServiceConnectionTimeout","SystemError"],"entryPoint":"packages/sdk/errors/src/index.ts","inputs":{"packages/sdk/errors/src/errors.ts":{"bytesInOutput":925},"packages/sdk/errors/src/index.ts":{"bytesInOutput":0}},"bytes":1132}}}
{"inputs":{"packages/sdk/errors/src/errors.ts":{"bytes":6417,"imports":[]},"packages/sdk/errors/src/index.ts":{"bytes":370,"imports":[{"path":"packages/sdk/errors/src/errors.ts","kind":"import-statement","original":"./errors"}]}},"outputs":{"packages/sdk/errors/dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3229},"packages/sdk/errors/dist/lib/browser/index.mjs":{"imports":[],"exports":["ApiError","CancelledError","DataCorruptionError","InvalidConfigError","InvalidInvitationExtensionRoleError","RemoteServiceConnectionError","RemoteServiceConnectionTimeout","SystemError"],"entryPoint":"packages/sdk/errors/src/index.ts","inputs":{"packages/sdk/errors/src/errors.ts":{"bytesInOutput":1267},"packages/sdk/errors/src/index.ts":{"bytesInOutput":0}},"bytes":1545}}}

@@ -1,1 +0,1 @@

{"inputs":{"packages/sdk/errors/src/errors.ts":{"bytes":4823,"imports":[]},"packages/sdk/errors/src/index.ts":{"bytes":370,"imports":[{"path":"packages/sdk/errors/src/errors.ts","kind":"import-statement","original":"./errors"}]}},"outputs":{"packages/sdk/errors/dist/lib/node/index.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2567},"packages/sdk/errors/dist/lib/node/index.cjs":{"imports":[],"exports":[],"entryPoint":"packages/sdk/errors/src/index.ts","inputs":{"packages/sdk/errors/src/index.ts":{"bytesInOutput":365},"packages/sdk/errors/src/errors.ts":{"bytesInOutput":925}},"bytes":2413}}}
{"inputs":{"packages/sdk/errors/src/errors.ts":{"bytes":6417,"imports":[]},"packages/sdk/errors/src/index.ts":{"bytes":370,"imports":[{"path":"packages/sdk/errors/src/errors.ts","kind":"import-statement","original":"./errors"}]}},"outputs":{"packages/sdk/errors/dist/lib/node/index.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3360},"packages/sdk/errors/dist/lib/node/index.cjs":{"imports":[],"exports":[],"entryPoint":"packages/sdk/errors/src/index.ts","inputs":{"packages/sdk/errors/src/index.ts":{"bytesInOutput":515},"packages/sdk/errors/src/errors.ts":{"bytesInOutput":1267}},"bytes":2976}}}

@@ -28,2 +28,11 @@ /**

}
/**
* Explicit failure to connect with remote client services.
*/
export declare class RemoteServiceConnectionError extends ApiError {
constructor(message?: string, context?: any);
}
/**
* Failed to open a connection to remote client services.
*/
export declare class RemoteServiceConnectionTimeout extends ApiError {

@@ -35,3 +44,6 @@ constructor(message?: string, context?: any);

}
export declare class InvalidInvitationExtensionRoleError extends SystemError {
constructor(message?: string, context?: any);
}
export {};
//# sourceMappingURL=errors.d.ts.map
{
"name": "@dxos/errors",
"version": "0.1.39",
"version": "0.1.40",
"description": "Error definitions and utilities.",

@@ -5,0 +5,0 @@ "homepage": "https://dxos.org",

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