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

escss-estest

Package Overview
Dependencies
Maintainers
0
Versions
65
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.11 to 1.4.12

LICENSE.md

28

lib/index.js

@@ -1,16 +0,22 @@

/*
- true: shows data and log details.
- false: hidden data and log details.
/**
* escss-estest v1.4.12
* (c) 2024 Mike Lee
* @license AGPL-3.0-only OR Commercial
**/
- Show log details during development, set `isLogVisible: true`:
1. Nuxt:
Changes in `node_modules/escss-estest/lib/index.js` and restart dev server.
2. Others:
Changes in `node_modules/.vite/deps/escss-estest.js` and restart dev server.
*/
/**
* - true: shows data and log details.
* - false(DEFAULT): hidden data and log details.
*
* To show log details during development, set `isLogVisible: true`:
* - Nuxt:
* Changes in `node_modules/escss-estest/lib/index.js` and restart dev server.
*
* - Others:
* Changes in `node_modules/.vite/deps/escss-estest.js` and restart dev server.
*/
const isLogVisible = false
const customErrMsg = 'undefined error message'
// Internal testing purpose, does not affect production.
/** Internal testing purpose, does not affect production. */
let internalTestToken = ''

@@ -17,0 +23,0 @@

{
"name": "escss-estest",
"version": "1.4.11",
"version": "1.4.12",
"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