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

dynamic-doctor

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamic-doctor - npm Package Compare versions

Comparing version 0.1.0-beta.1 to 0.1.0-beta.2

8

dist/index.js

@@ -1027,2 +1027,9 @@ #! /usr/bin/env node

};
const treeCommand = () => {
const command = new commander.Command('tree');
command.argument('[path]', 'Path of the project using Dynamic SDK (defaults to current directory)');
command.action((path) => console.log(JSON.stringify(buildModuleTree(path, path), null, 2)));
command.enablePositionalOptions();
return command;
};

@@ -1037,2 +1044,3 @@ class DynamicCLI {

this.program.addCommand(sanityCommand());
this.program.addCommand(treeCommand());
}

@@ -1039,0 +1047,0 @@ run() {

1

dist/src/lib/commands/sanity/sanityCommand.d.ts
import { Command } from 'commander';
export declare const sanityCommand: () => Command;
export declare const treeCommand: () => Command;

2

package.json

@@ -12,3 +12,3 @@ {

},
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"license": "MIT",

@@ -15,0 +15,0 @@ "bin": {

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