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

cspell-glob

Package Overview
Dependencies
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-glob - npm Package Compare versions

Comparing version 5.3.0-alpha.3 to 5.3.0-alpha.4

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [5.3.0-alpha.4](https://github.com/streetsidesoftware/cspell/compare/v5.3.0-alpha.3...v5.3.0-alpha.4) (2021-02-25)
**Note:** Version bump only for package cspell-glob
# [5.3.0-alpha.3](https://github.com/streetsidesoftware/cspell/compare/v5.3.0-alpha.2...v5.3.0-alpha.3) (2021-02-23)

@@ -8,0 +16,0 @@

4

dist/globHelper.js

@@ -35,7 +35,7 @@ "use strict";

[/^[^/#][^/]*$/, '**/{$&,$&/**}'],
[/^[^/#][^/]*\/$/, '**/$&**/*'],
[/^[^/#][^/]*\/$/, '**/$&**/*'], // ending slash, should match any nested directory
];
const mutationsGeneral = [
[/^\//, ''],
[/\/$/, '$&**/*'],
[/\/$/, '$&**/*'], // if it ends in a slash, make sure matches the folder
];

@@ -42,0 +42,0 @@ const mutationsNested = mutationsNestedOnly.concat(mutationsGeneral);

{
"name": "cspell-glob",
"version": "5.3.0-alpha.3",
"version": "5.3.0-alpha.4",
"description": "Glob matcher for cspell",

@@ -52,3 +52,3 @@ "keywords": [

},
"gitHead": "4ab3c426b21963fd03e4f558fc8b378c415a6650"
"gitHead": "5d3eb97efae5ebf7a7d8beedc3c0dbe912d0f405"
}
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