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

@river-build/dlog

Package Overview
Dependencies
Maintainers
0
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@river-build/dlog - npm Package Compare versions

Comparing version 0.0.168 to 0.0.169

12

dist/dlog.d.ts

@@ -36,2 +36,8 @@ import { Debugger } from 'debug';

export declare const dlogError: (ns: string) => DLogger;
export interface ExtendedLogger {
info: DLogger;
log: DLogger;
error: DLogger;
extend: (namespace: string) => ExtendedLogger;
}
/**

@@ -42,7 +48,3 @@ * Create complex logger with multiple levels

*/
export declare const dlogger: (ns: string) => {
log: DLogger;
info: DLogger;
error: DLogger;
};
export declare const dlogger: (ns: string) => ExtendedLogger;
//# sourceMappingURL=dlog.d.ts.map

@@ -185,4 +185,7 @@ import { bin_toHexString, isHexString, shortenHexString } from './binary';

error: dlogError(ns + ':error'),
extend: (sub) => {
return dlogger(ns + ':' + sub);
},
};
};
//# sourceMappingURL=dlog.js.map
{
"name": "@river-build/dlog",
"version": "0.0.168",
"version": "0.0.169",
"packageManager": "yarn@3.8.0",

@@ -22,3 +22,3 @@ "type": "module",

"@bufbuild/protobuf": "^1.9.0",
"@river-build/proto": "^0.0.168",
"@river-build/proto": "^0.0.169",
"browser-or-node": "^3.0.0",

@@ -42,3 +42,3 @@ "debug": "^4.3.4",

],
"gitHead": "7ff4a8bb8934b5e8798da9c6dd19addf70ab0b8b"
"gitHead": "7ba1fa55ab7ba2950bbef5543281812063623b14"
}

Sorry, the diff of this file is not supported yet

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