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

docworks-cli

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docworks-cli - npm Package Compare versions

Comparing version 1.7.0 to 1.7.2

2

dist/local-docworks.js

@@ -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}`);

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