Socket
Socket
Sign inDemoInstall

@dxos/debug

Package Overview
Dependencies
Maintainers
22
Versions
3056
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxos/debug - npm Package Compare versions

Comparing version 2.12.16 to 2.12.17

4

dist/src/throw.js

@@ -22,5 +22,7 @@ "use strict";

}
expect(thrown).toBeInstanceOf(errType);
if (thrown === undefined || !(thrown instanceof errType)) {
throw new Error(`Expected function to throw instance of ${errType.prototype.name}`);
}
};
exports.expectToThrow = expectToThrow;
//# sourceMappingURL=throw.js.map
{
"name": "@dxos/debug",
"version": "2.12.16",
"version": "2.12.17",
"description": "Debug utilities",

@@ -5,0 +5,0 @@ "bugs": {

@@ -21,3 +21,5 @@ //

expect(thrown).toBeInstanceOf(errType);
if (thrown === undefined || !(thrown instanceof errType)) {
throw new Error(`Expected function to throw instance of ${errType.prototype.name}`);
}
};

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