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.58-main.75cbd70 to 0.1.58-main.88259d8

2

dist/lib/browser/meta.json

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

{"inputs":{"packages/sdk/errors/src/errors.ts":{"bytes":6480,"imports":[],"format":"esm"},"packages/sdk/errors/src/index.ts":{"bytes":457,"imports":[{"path":"packages/sdk/errors/src/errors.ts","kind":"import-statement","original":"./errors"}],"format":"esm"}},"outputs":{"packages/sdk/errors/dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3241},"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}}}
{"inputs":{"packages/sdk/errors/src/errors.ts":{"bytes":9519,"imports":[],"format":"esm"},"packages/sdk/errors/src/index.ts":{"bytes":457,"imports":[{"path":"packages/sdk/errors/src/errors.ts","kind":"import-statement","original":"./errors"}],"format":"esm"}},"outputs":{"packages/sdk/errors/dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4811},"packages/sdk/errors/dist/lib/browser/index.mjs":{"imports":[],"exports":["ApiError","CancelledError","ConnectionResetError","ConnectivityError","DataCorruptionError","InvalidConfigError","InvalidInvitationExtensionRoleError","ProtocolError","RemoteServiceConnectionError","RemoteServiceConnectionTimeout","SystemError","TimeoutError","UnknownProtocolError"],"entryPoint":"packages/sdk/errors/src/index.ts","inputs":{"packages/sdk/errors/src/errors.ts":{"bytesInOutput":1996},"packages/sdk/errors/src/index.ts":{"bytesInOutput":0}},"bytes":2376}}}

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

{"inputs":{"packages/sdk/errors/src/errors.ts":{"bytes":6480,"imports":[],"format":"esm"},"packages/sdk/errors/src/index.ts":{"bytes":457,"imports":[{"path":"packages/sdk/errors/src/errors.ts","kind":"import-statement","original":"./errors"}],"format":"esm"}},"outputs":{"packages/sdk/errors/dist/lib/node/index.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3372},"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}}}
{"inputs":{"packages/sdk/errors/src/errors.ts":{"bytes":9519,"imports":[],"format":"esm"},"packages/sdk/errors/src/index.ts":{"bytes":457,"imports":[{"path":"packages/sdk/errors/src/errors.ts","kind":"import-statement","original":"./errors"}],"format":"esm"}},"outputs":{"packages/sdk/errors/dist/lib/node/index.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4947},"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":739},"packages/sdk/errors/src/errors.ts":{"bytesInOutput":1996}},"bytes":4031}}}

@@ -46,3 +46,18 @@ /**

}
export declare class ConnectionResetError extends BaseError {
constructor(message?: string, context?: any);
}
export declare class TimeoutError extends BaseError {
constructor(message?: string, context?: any);
}
export declare class ProtocolError extends BaseError {
constructor(message?: string, context?: any);
}
export declare class ConnectivityError extends BaseError {
constructor(message?: string, context?: any);
}
export declare class UnknownProtocolError extends BaseError {
constructor(message?: string, innerError?: Error);
}
export {};
//# sourceMappingURL=errors.d.ts.map
{
"name": "@dxos/errors",
"version": "0.1.58-main.75cbd70",
"version": "0.1.58-main.88259d8",
"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