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

assert-modules-support-case-insensitive-fs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assert-modules-support-case-insensitive-fs - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

2

package.json
{
"name": "assert-modules-support-case-insensitive-fs",
"version": "0.0.1",
"version": "0.1.0",
"description": "Assert that JS and TS modules support case-insensitive file systems",

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

@@ -25,3 +25,3 @@ # assert-modules-support-case-insensitive-fs

Checking one directory consists in searching in this directory for two JS
(or TS, or `.vue`, or `.cjc`, or `.mjs`, or `.json`) modules whose names differ only in case.
(or TS, or `.vue`, or `.cjs`, or `.mjs`, or `.json`) modules whose names differ only in case.
If there are such modules, the package throws an exception specifying these modules,

@@ -55,3 +55,3 @@ because in a case-insensitive file system, such modules will not be distinguished

Examples of directories **passing** validation (not throwing an exception): III
Examples of directories **passing** validation (not throwing an exception):

@@ -71,3 +71,3 @@ ```sh

├── Bar/
└── Bar.vue
├── Bar.vue
└── Bar.tsx

@@ -92,3 +92,3 @@

```sh
npx assert-modules-support-case-insensitive-fs src
npx assert-modules-support-case-insensitive-fs src bin
```

@@ -110,11 +110,11 @@

[conventional-commits-image]: https://img.shields.io/badge/Conventional_Commits-1.0.0-yellow.svg 'Conventional Commits'
[conventional-commits-image]: https://img.shields.io/badge/Conventional_Commits-1.0.0-yellow.svg "Conventional Commits"
[conventional-commits-url]: https://conventionalcommits.org
[dependencies-none-image]: https://img.shields.io/badge/dependencies-none-success.svg 'No dependencies'
[dependencies-none-image]: https://img.shields.io/badge/dependencies-none-success.svg "No dependencies"
[dependencies-none-url]: https://github.com/uid11/assert-modules-support-case-insensitive-fs/blob/main/package.json
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg 'The MIT License'
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg "The MIT License"
[license-url]: https://github.com/uid11/assert-modules-support-case-insensitive-fs/blob/main/LICENSE
[npm-image]: https://img.shields.io/npm/v/assert-modules-support-case-insensitive-fs.svg 'assert-modules-support-case-insensitive-fs'
[npm-image]: https://img.shields.io/npm/v/assert-modules-support-case-insensitive-fs.svg "assert-modules-support-case-insensitive-fs"
[npm-url]: https://www.npmjs.com/package/assert-modules-support-case-insensitive-fs
[prettier-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg 'Prettier code style'
[prettier-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg "Prettier code style"
[prettier-url]: https://github.com/prettier/prettier
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