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.7 to 0.2.8

4

index.js

@@ -20,3 +20,3 @@ /* eslint-env mocha */

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

@@ -33,3 +33,3 @@ }

} catch (error) {
const invalidOpcodeReceived = error.message === 'VM Exception while processing transaction: invalid opcode';
const invalidOpcodeReceived = error.message.includes('VM Exception while processing transaction: invalid opcode');
const msg = message || error.message;

@@ -36,0 +36,0 @@ assert(invalidOpcodeReceived, `Expected "invalid opcode", Error: ${msg}`);

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

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

Sorry, the diff of this file is too big to display

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