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

mungu

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mungu - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

readme.md

3

index.js

@@ -10,3 +10,4 @@ const MongoClient = require('mongodb').MongoClient;

} catch(e){
throw e
log('failed to connect')
return null
}

@@ -13,0 +14,0 @@ }

{
"name": "mungu",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

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

@@ -14,3 +14,3 @@ const mungu = require('./index.js')

})
await db.set('hi',{hi:'deee'})
await db.set('hi',{hi:'daaee'})
const d = await db.get('hi')

@@ -17,0 +17,0 @@ console.log(d,typeof d)

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