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

@teambit/toolbox.path.match-patterns

Package Overview
Dependencies
Maintainers
15
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/toolbox.path.match-patterns - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

dist/preview-1736711473672.js

5

dist/match-patterns.js

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.splitPatterns = exports.matchPatterns = void 0;
exports.matchPatterns = matchPatterns;
exports.splitPatterns = splitPatterns;
const minimatch_1 = __importDefault(require("minimatch"));

@@ -21,3 +22,2 @@ /**

}
exports.matchPatterns = matchPatterns;
/**

@@ -33,3 +33,2 @@ * Given a list of patterns, returns include and exclude patterns.

}
exports.splitPatterns = splitPatterns;
//# sourceMappingURL=match-patterns.js.map

7

package.json
{
"name": "@teambit/toolbox.path.match-patterns",
"version": "0.0.16",
"version": "0.0.17",
"homepage": "https://bit.cloud/teambit/toolbox/path/match-patterns",

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

"name": "path/match-patterns",
"version": "0.0.16"
"version": "0.0.17"
},

@@ -21,4 +21,3 @@ "dependencies": {

"@types/jest": "26.0.20",
"@types/node": "12.20.4",
"@babel/runtime": "7.20.0"
"@types/node": "22.10.5"
},

@@ -25,0 +24,0 @@ "peerDependencies": {},

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