Socket
Socket
Sign inDemoInstall

muri

Package Overview
Dependencies
0
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

4

lib/index.js

@@ -239,4 +239,2 @@ // muri

module.exports.version = JSON.parse(
require('fs').readFileSync(__dirname + '/../package.json', 'utf8')
).version;
module.exports.version = require('../package.json').version;
{
"name": "muri",
"version": "1.2.1",
"version": "1.2.2",
"description": "MongoDB URI parser",

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

@@ -1,2 +0,2 @@

#Meet Muri!
# Meet Muri!

@@ -6,7 +6,7 @@ Muri is your friendly neighborhood [MongoDB URI](http://www.mongodb.org/display/DOCS/Connections) parser for Node.js.

###Install
### Install
$ npm install muri
###Use
### Use

@@ -47,2 +47,4 @@ ```js

[LICENSE](https://github.com/aheckmann/muri/blob/master/LICENSE)
### License
[MIT](https://github.com/aheckmann/muri/blob/master/LICENSE)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc