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

eslint-module-utils

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-module-utils - npm Package Compare versions

Comparing version 2.11.1 to 2.12.0

6

CHANGELOG.md

@@ -8,2 +8,7 @@ # Change Log

## v2.12.0 - 2024-09-26
### Added
- `hash`: add support for hashing functions ([#3072], thanks [@michaelfaith])
## v2.11.1 - 2024-09-23

@@ -176,2 +181,3 @@

[#3072]: https://github.com/import-js/eslint-plugin-import/pull/3072
[#3061]: https://github.com/import-js/eslint-plugin-import/pull/3061

@@ -178,0 +184,0 @@ [#3057]: https://github.com/import-js/eslint-plugin-import/pull/3057

2

hash.js

@@ -20,2 +20,4 @@ /**

hashArray(value, hash);
} else if (typeof value === 'function') {
hash.update(String(value));
} else if (value instanceof Object) {

@@ -22,0 +24,0 @@ hashObject(value, hash);

2

package.json
{
"name": "eslint-module-utils",
"version": "2.11.1",
"version": "2.12.0",
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",

@@ -5,0 +5,0 @@ "engines": {

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