Socket
Socket
Sign inDemoInstall

node-monkey

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-monkey - npm Package Versions

124

0.2.11

Diff

jwarkentin
published 0.2.10 •

jwarkentin
published 0.2.9 •

jwarkentin
published 0.2.8 •

Changelog

Source

Version 0.2.8

  • Fix crashing bug in Windows (workaround for socket.io bug)
  • Convert bash formatting escape sequences to matching JS console styles (disable with new convertStyles option)
jwarkentin
published 0.2.7 •

Changelog

Source

Version 0.2.7

  • New overrideConsole option to disable overriding the console functions when starting NodeMonkey
  • Allow configuring the host the NodeMonkey client should connect to and not just the port. This is useful when the server is running on a different subdomain or other hostname than the one in the URL.
  • Get rid of buffering message spam in the console where NodeMonkey is running
  • Use Lo-Dash instead of Underscore
  • Support console.dir()
jwarkentin
published 0.2.6 •

Changelog

Source

Version 0.2.6

  • Fixed references to cycle.js and underscore-min.js
  • Using underscore templates to serve up the client.js file with the correct configured port for socket.io to connect to
jwarkentin
published 0.2.5 •

Changelog

Source

Version 0.2.5

  • Fixed bug where results of commands weren't being decycled before being sent to the client
  • Allow second argument to nomo.cmd(...) on client to be optional - if no args are used or required, just pass the callback as the second argument instead
jwarkentin
published 0.2.4 •

Changelog

Source

Version 0.2.4

  • Fixed a bug with cycle.js causing it to filter out functions any potentially other data types
  • Now sends full object representation including functions, which are normally stripped out by converting to JSON
jwarkentin
published 0.2.3 •

Changelog

Source

Version 0.2.3

  • Added missing 'profiler.getData' and 'profiler.clearData' commands to client side
  • Changed the way commands work for added security and to make the command interface available the application developer for any desired use
  • Added support for logging cyclical objects using cycle.js from https://github.com/douglascrockford/JSON-js (Thanks Douglas Crockford)
  • Cleaned up code a bit including moving all code related files (except index.js) to src/ directory and breaking client HTML file into a separate Underscore template file
  • Renamed global object from 'nm' to 'nomo'
  • Added 'revertConsole()' method
  • Removed active config option for profiler and any documentation referencing configuring the profiler until there is something to configure
  • Standardized a method of documentation and documented everything well
jwarkentin
published 0.2.2 •

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