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

corifeus-utils

Package Overview
Dependencies
Maintainers
1
Versions
482
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corifeus-utils - npm Package Compare versions

Comparing version 1.1.628-221 to 1.1.629-222

2

package.json
{
"name": "corifeus-utils",
"version": "1.1.628-221",
"version": "1.1.629-222",
"corifeus": {

@@ -5,0 +5,0 @@ "icon": "fa fa-lightbulb-o",

@@ -8,3 +8,3 @@ [//]: #@corifeus-header

---
# Corifeus Utils - Memory v1.1.628-221
# Corifeus Utils - Memory v1.1.629-222

@@ -94,3 +94,3 @@ This is an open source project. Just code.

[**CORIFEUS-UTILS**](https://pages.corifeus.com/corifeus-utils) Build v1.1.628-221
[**CORIFEUS-UTILS**](https://pages.corifeus.com/corifeus-utils) Build v1.1.629-222

@@ -97,0 +97,0 @@ [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LFRV89WPRMMVE&lc=HU&item_name=Patrik%20Laszlo&item_number=patrikx3&currency_code=HUF&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)

@@ -1,4 +0,4 @@

module.exports.parseUrl = (url) => {
module.exports.parseUrl = (redisUrl) => {
const url = require('url');
const redisUrl = new url.URL(url);
const redisUrl = new url.URL(redisUrl);
const redisObject = {

@@ -5,0 +5,0 @@ "password": redisUrl.password,

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