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 1.0.1 to 1.1.1

5

lib/index.js

@@ -41,5 +41,4 @@ import debug from 'debug';

*/
export default
function debufigy (namespace, level, ...args) {
export default (namespace, level, ...args) => {
(new Debug(namespace, level, args)).log();
}
};

2

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

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

@@ -8,3 +8,3 @@ # gengojs-debug

```javascript
import {debugify as debug} from 'gengojs-debug';
import debug from 'gengojs-debug';

@@ -24,3 +24,2 @@ debug(namespace:string, level:string, args:*);

# In OSX, set the namespace and the debug level then run a file:
DEBUG=gengo.core:warn, node index.js

@@ -27,0 +26,0 @@

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