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

dlogg

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dlogg - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "dlogg",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

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

@@ -10,5 +10,3 @@ import { consumeRemoteProcedure } from 'hadapi';

async write(body) {
console.log('write it', body);
await api.log(body);
console.log('done');
}

@@ -15,0 +13,0 @@ }

@@ -7,5 +7,14 @@ import dlog from './main';

log.info('asasashello');
log.trace({
"name": "queue",
"hostname": "p-queue-6d5954d646-697cd",
"pid": 18,
"jobId": "33eTsONodXdp5hZS7ujcP",
"url": "https://www.google.com",
"customerHash": "a21351baf76553214de89895bcc7062c",
"time": "2020-03-03T15:15:29.837Z",
"v": 0
}, 'Ok mate here it goes!');
}
main();
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