docworks-cli
Advanced tools
Comparing version 1.7.0 to 1.7.2
@@ -309,3 +309,3 @@ 'use strict'; | ||
_context6.next = 7; | ||
return gitCheckoutExistingOrNewBranch(workingSubdir, branch, createUniqueId('localdocs-')); | ||
return gitCheckoutExistingOrNewBranch(tmpDir, branch, createUniqueId('localdocs-')); | ||
@@ -312,0 +312,0 @@ case 7: |
{ | ||
"name": "docworks-cli", | ||
"version": "1.7.0", | ||
"version": "1.7.2", | ||
"description": "", | ||
@@ -38,3 +38,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "b36c697b55eb218cf7e719c4d5a7fa87bcee3f29" | ||
"gitHead": "a742d29f1a73e3b747e35db4773c79c0a398bfdb" | ||
} |
@@ -134,3 +134,3 @@ 'use strict'; | ||
const workingSubdir = join(tmpDir, projectDir); | ||
await gitCheckoutExistingOrNewBranch(workingSubdir, branch, createUniqueId('localdocs-')); | ||
await gitCheckoutExistingOrNewBranch(tmpDir, branch, createUniqueId('localdocs-')); | ||
@@ -137,0 +137,0 @@ logger.command('docworks', `readServices ${workingSubdir}`); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
111668
44
2585
4