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

gengojs-debug

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gengojs-debug - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

package.json
{
"name": "gengojs-debug",
"version": "2.0.3",
"version": "2.0.4",
"description": "The debugger console for gengo.js",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -29,2 +29,16 @@ # gengojs-debug

**Notes**
It's best if you define a logger with a namespace set when you require `gengojs-debug`:
```javascript
/* Example */
var debug = require('gengojs-debug');
var log = debug('core');
log.debug(/*...*/);
```
In terminal:

@@ -31,0 +45,0 @@

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