Socket
Socket
Sign inDemoInstall

@beamnetwork/chai-beam

Package Overview
Dependencies
423
Maintainers
5
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.9 to 0.3.0

4

index.js

@@ -19,4 +19,4 @@ /* eslint-env mocha */

} catch (error) {
const msg = message || error.message;
assert(msg.includes('VM Exception while processing transaction: revert'), `Expected revert, Error: ${msg}`);
const msg = error.message || message || '';
assert(msg.includes('VM Exception while processing transaction: revert'), `Expected revert, Error: ${message || error.message}`);
}

@@ -23,0 +23,0 @@ }

{
"name": "@beamnetwork/chai-beam",
"version": "0.2.9",
"version": "0.3.0",
"description": "Beam plugins for chai",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc