New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ephox/bedrock-common

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ephox/bedrock-common - npm Package Compare versions

Comparing version 15.0.0-alpha.6 to 15.0.0-alpha.7

3

lib/main/ts/api/ErrorExtractor.js

@@ -40,5 +40,6 @@ import * as Differ from './Differ';

const extractAssertionErrorData = (e) => {
var _a;
const actual = stringify(e.actual);
const expected = stringify(e.expected);
const message = `Assertion error: ${e.message ?? ''}`;
const message = `Assertion error: ${(_a = e.message) !== null && _a !== void 0 ? _a : ''}`;
if (e.showDiff !== false) {

@@ -45,0 +46,0 @@ return {

{
"name": "@ephox/bedrock-common",
"version": "15.0.0-alpha.6",
"version": "15.0.0-alpha.7",
"author": "Tiny Technologies Inc",

@@ -26,3 +26,3 @@ "license": "Apache-2.0",

},
"gitHead": "45fb4a368bd8b4a24f83045854ec39a62c48b5a9"
"gitHead": "5cf4b07a3a6d9d24f765cab9bee851c05a0a675b"
}

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