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

workspace-tools

Package Overview
Dependencies
Maintainers
2
Versions
103
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.26.2 to 0.26.3

25

CHANGELOG.json

@@ -5,3 +5,26 @@ {

{
"date": "Fri, 12 Aug 2022 01:57:23 GMT",
"date": "Fri, 12 Aug 2022 05:32:08 GMT",
"tag": "workspace-tools_v0.26.3",
"version": "0.26.3",
"comments": {
"none": [
{
"author": "email not defined",
"package": "workspace-tools",
"commit": "addac47344c01ba294f18bee28735c7133a00e82",
"comment": "Update devDependency beachball to v2.30.0"
}
],
"patch": [
{
"author": "elcraig@microsoft.com",
"package": "workspace-tools",
"commit": "8fed2362e2531c996d800a8c2aba02ec97508aa2",
"comment": "Fix listAllTrackedFiles if there are no tracked files'"
}
]
}
},
{
"date": "Fri, 12 Aug 2022 01:57:26 GMT",
"tag": "workspace-tools_v0.26.2",

@@ -8,0 +31,0 @@ "version": "0.26.2",

# Change Log - workspace-tools
This log was last generated on Fri, 12 Aug 2022 01:57:23 GMT and should not be manually modified.
This log was last generated on Fri, 12 Aug 2022 05:32:08 GMT and should not be manually modified.
<!-- Start content -->
## 0.26.3
Fri, 12 Aug 2022 05:32:08 GMT
### Patches
- Fix listAllTrackedFiles if there are no tracked files' (elcraig@microsoft.com)
## 0.26.2
Fri, 12 Aug 2022 01:57:23 GMT
Fri, 12 Aug 2022 01:57:26 GMT

@@ -11,0 +19,0 @@ ### Patches

2

lib/git/gitUtilities.js

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

const results = (0, git_1.git)(["ls-files", ...patterns], { cwd });
return results.success ? results.stdout.split(/\n/) : [];
return results.success && results.stdout.trim() ? results.stdout.trim().split(/\n/) : [];
}

@@ -263,0 +263,0 @@ exports.listAllTrackedFiles = listAllTrackedFiles;

{
"name": "workspace-tools",
"version": "0.26.2",
"version": "0.26.3",
"license": "MIT",

@@ -43,3 +43,3 @@ "repository": {

"@types/yarnpkg__lockfile": "1.1.5",
"beachball": "2.26.1",
"beachball": "2.30.0",
"fs-extra": "10.1.0",

@@ -46,0 +46,0 @@ "gh-pages": "4.0.0",

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