Raw Loader is a webpack loader that enables developers to import files as strings directly into their JavaScript modules. Comparing versions 4.0.2 and 4.0.1 reveals several updates and dependency changes relevant to developers.
Version 4.0.2 updates several development dependencies (devDependencies). Most notably eslint, jest and webpack along with their related plugins and configuration packages. These indicate improvements in code linting, testing, and build processes.
The dependency schema-utils is updated from version 2.6.5 to version 3.0.0 suggesting potential changes to how the loader validates options, which might affect loader configuration. Furthermore, other upgrades include @commitlint/cli, @commitlint/config-conventional, del, eslint-config-prettier, eslint-plugin-import, eslint-plugin-prettier, husky, lint-staged, prettier and standard-version.
Both versions maintain compatibility with webpack 4 and 5 through their peer dependencies allowing developers to upgrade without worrying about compatibility issues related to the specific loader version. The update to version 4.0.2 signifies a commitment to code quality, developer experience, and integration with the latest tools reflecting an improved and modernized development workflow.
The are not vulnerabilities for the version 4.0.2 of the package raw-loader