Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redisuri

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redisuri - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

package.json
{
"name": "redisuri",
"description": "Validate and parse Redis URI connection schemes",
"version": "1.0.0",
"version": "1.1.0",
"author": "AgileMD <hello@agilemd.com>",

@@ -6,0 +6,0 @@ "contributors": [

@@ -31,2 +31,3 @@ var chai = require('chai');

chai.expect(function () { return redisURI.validate(_uri); }).to.not.throw(Error);
chai.expect(redisURI.validate(_uri)).to.equal(_uri);
});

@@ -33,0 +34,0 @@ });

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