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

2

lib/index.js

@@ -16,3 +16,3 @@ /*

*/
const isLogVisible = true;
const isLogVisible = false;
const customErrMsg = "undefined error message";

@@ -19,0 +19,0 @@

@@ -97,5 +97,5 @@ // Run test command (bun required): bun test

describe("Setting", () => {
test("isLogVisible: true", () => {
expect(isLogVisible).toBe(true);
test("isLogVisible: false", () => {
expect(isLogVisible).toBe(false);
});
});
{
"name": "escss-estest",
"version": "1.4.7",
"version": "1.4.8",
"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