New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atom-ide-community/nuclide-debugger-cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atom-ide-community/nuclide-debugger-cli - npm Package Compare versions

Comparing version 0.15.1 to 0.15.2

24

lib/Debugger.js

@@ -142,15 +142,15 @@ /**

if (this._adapter.type === 'hhvm') {
try {
/* eslint-disable nuclide-internal/modules-dependencies */
// $FlowFB
const interngraph = require('fb-interngraph/app');
/* eslint-enable */
invariant(this._dispatcher != null);
this._dispatcher.registerCommand(
new OptoutCommand(this._console, interngraph.postObject),
);
} catch (_) {
// try {
// /* eslint-disable nuclide-internal/modules-dependencies */
// // $FlowFB
// const interngraph = require('fb-interngraph/app');
// /* eslint-enable */
//
// invariant(this._dispatcher != null);
// this._dispatcher.registerCommand(
// new OptoutCommand(this._console, interngraph.postObject),
// );
// } catch (_) {
this._logger.error(`Failed to get interngraph ${_.message}`);
}
// }
}

@@ -157,0 +157,0 @@

{
"name": "@atom-ide-community/nuclide-debugger-cli",
"version": "0.15.1",
"version": "0.15.2",
"description": "Nuclide command line debugger.",

@@ -20,5 +20,5 @@ "author": "Nuclide : Debugging",

"log4js": "1.1.1",
"@atom-ide-community/nuclide-analytics": "0.7.3-dev",
"@atom-ide-community/nuclide-commons": "0.7.4",
"@atom-ide-community/nuclide-debugger-common": "0.7.3-dev",
"@atom-ide-community/nuclide-analytics": "^0.7.5",
"@atom-ide-community/nuclide-commons": "^0.7.5",
"@atom-ide-community/nuclide-debugger-common": "^0.7.5",
"nullthrows": "1.0.0",

@@ -25,0 +25,0 @@ "rxjs-compat": "6.3.3",

Sorry, the diff of this file is too big to display

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