Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

escss-estest

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

escss-estest - npm Package Compare versions

Comparing version 1.4.6 to 1.4.7

31

lib/index.js

@@ -129,3 +129,8 @@ /*

if (!isLogVisible) {
throw new Error("isLogVisible: false. Log details cannot be displayed.");
throw new Error(
`
🚫 isLogVisible: false. Log details cannot be displayed.
❗ ${errMsg}
`
);
}

@@ -141,8 +146,12 @@

if (!isLogVisible) {
throw new Error("isLogVisible: false. Log details cannot be displayed.");
throw new Error(
`
🚫 isLogVisible: false. Log details cannot be displayed.
❗ ${errMsg}
`
);
}
throw new Error(
`
💣 ${fixTextInLog(errMsg)}
❌ Received Error Message Type: '${fixType(errMsg)}'
❌ Received Error Message Type: '${fixType(errMsg)}' --> ${fixTextInLog(errMsg)}
✅ Expected Error Message Type: 'string'

@@ -153,10 +162,14 @@ `

if (!isLogVisible) {
throw new Error("isLogVisible: false. Log details cannot be displayed.");
throw new Error(
`
🚫 isLogVisible: false. Log details cannot be displayed.
❗ ${errMsg}
`
);
}
throw new Error(
`
💣 ${fixTextInLog(input)}
❗ ${errMsg}
❌ Received Type: '${fixType(input)}'
✅ Expected Type: ${fixTextInLog(type)}
❌ Received Type: '${fixType(input)}' --> ${fixTextInLog(input)}
✅ Expected Type: ${fixTextInLog(type)}
❗ ${errMsg}
`

@@ -163,0 +176,0 @@ );

{
"name": "escss-estest",
"version": "1.4.6",
"version": "1.4.7",
"description": "100% function coverage for easier life.",

@@ -5,0 +5,0 @@ "keywords": [

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