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.0.1-alpha.3 to 5.0.1-alpha.5

1

lib/GlobMatcher.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import * as path from 'path';

@@ -3,0 +2,0 @@ export declare type PathInterface = typeof path.posix;

1

lib/GlobMatcher.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GlobMatcher = void 0;
const mm = require("micromatch");

@@ -4,0 +5,0 @@ const path = require("path");

"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./GlobMatcher"));
__exportStar(require("./GlobMatcher"), exports);
//# sourceMappingURL=index.js.map
{
"name": "cspell-glob",
"version": "5.0.1-alpha.3",
"version": "5.0.1-alpha.5",
"description": "Glob matcher for cspell",

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

},
"gitHead": "efceae2801b83dd00d976926ddaf29069ac97a23"
"gitHead": "e3c554df4c7bdedd2dd71c72d87563ee44067e49"
}
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