New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@teambit/workspace.modules.match-pattern

Package Overview
Dependencies
Maintainers
15
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/workspace.modules.match-pattern - npm Package Compare versions

Comparing version 0.0.505 to 0.0.506

dist/preview-1733851236714.js

10

dist/match-pattern.d.ts
export declare const PATTERNS_DELIMITER = ",";
export declare const MATCH_ALL_ITEM = "*";
export declare const EXCLUSION_SIGN = "!";
export declare type PathLinuxRelative = string;
export declare type MatchedPattern = {
export type PathLinuxRelative = string;
export type MatchedPattern = {
match: boolean;

@@ -11,3 +11,3 @@ excluded: boolean;

};
export declare type MatchedPatternWithConfig = {
export type MatchedPatternWithConfig = {
config: Record<string, any>;

@@ -17,3 +17,3 @@ specificity: number;

};
export declare type MatchedPatternItem = {
export type MatchedPatternItem = {
match: boolean;

@@ -23,3 +23,3 @@ specificity: number;

};
export declare type MatchedPatternItemWithExclude = MatchedPatternItem & {
export type MatchedPatternItemWithExclude = MatchedPatternItem & {
excluded: boolean;

@@ -26,0 +26,0 @@ };

{
"name": "@teambit/workspace.modules.match-pattern",
"version": "0.0.505",
"version": "0.0.506",
"homepage": "https://bit.cloud/teambit/workspace/modules/match-pattern",

@@ -9,3 +9,3 @@ "main": "dist/index.js",

"name": "modules/match-pattern",
"version": "0.0.505"
"version": "0.0.506"
},

@@ -16,4 +16,4 @@ "dependencies": {

"@teambit/bit-error": "0.0.404",
"@teambit/toolbox.path.is-path-inside": "0.0.496",
"@teambit/toolbox.string.strip-trailing-char": "0.0.496"
"@teambit/toolbox.path.is-path-inside": "0.0.497",
"@teambit/toolbox.string.strip-trailing-char": "0.0.497"
},

@@ -20,0 +20,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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