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

@jmbl1685/logger

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jmbl1685/logger - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

index.js

@@ -25,5 +25,3 @@ 'use strict'

},
info: {
type: Object
}
info: Object
}, { versionKey: false });

@@ -37,3 +35,3 @@

return async function logger(data) {
model.insertMany(data)
model.insertMany({ info: data })
.then(res => { })

@@ -40,0 +38,0 @@ .catch(err => { console.log(err) })

{
"name": "@jmbl1685/logger",
"version": "1.0.4",
"version": "1.0.5",
"description": "Logger system in Nodejs with MongoDB",

@@ -5,0 +5,0 @@ "scripts": {

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