Socket
Socket
Sign inDemoInstall

residue-winston

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

residue-winston - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

4

package.json
{
"name": "residue-winston",
"version": "1.0.17",
"version": "1.0.18",
"description": "Winston transport for Residue",

@@ -19,3 +19,3 @@ "main": "index.js",

"dependencies": {
"residue": "^2.3.10",
"residue": "^2.3.11",
"winston": "^2.4.0",

@@ -22,0 +22,0 @@ "winston-transport": "^3.0.1"

@@ -14,6 +14,7 @@

```javascript
const residue = require('residue-winston');
// or import residue from 'residue-winston';
// you can import internal residue-node library as
// import { residue_internal } from 'residue-winston';
const Residue = require('residue-winston');
const residue_internal = Residue.residue_internal;
// or import Residue, { residue_internal } from 'residue-winston';
const logger = winston.createLogger({

@@ -20,0 +21,0 @@ level: 'silly',

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