Socket
Socket
Sign inDemoInstall

workspace-tools

Package Overview
Dependencies
Maintainers
3
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workspace-tools - npm Package Compare versions

Comparing version 0.36.3 to 0.36.4

4

lib/scope.js

@@ -18,3 +18,3 @@ "use strict";

if (scopedSearch.length > 0) {
const matched = (0, micromatch_1.default)(packageNames, scopedSearch);
const matched = (0, micromatch_1.default)(packageNames, scopedSearch, { nocase: true });
for (const pkg of matched) {

@@ -29,3 +29,3 @@ results.add(pkg);

const barePackageMap = generateBarePackageMap(packageNames);
let matched = (0, micromatch_1.default)(Object.keys(barePackageMap), unscopedSearch);
let matched = (0, micromatch_1.default)(Object.keys(barePackageMap), unscopedSearch, { nocase: true });
for (const bare of matched) {

@@ -32,0 +32,0 @@ for (const pkg of barePackageMap[bare]) {

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.38.0"
"packageVersion": "7.38.3"
}
]
}
{
"name": "workspace-tools",
"version": "0.36.3",
"version": "0.36.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": {

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