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

hcode-fns

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hcode-fns - npm Package Compare versions

Comparing version

to
1.0.10

2

lib/userPhotoPath/index.d.ts

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

export default function userPhotoPath(path: string): string;
export default function userPhotoPath(path: string | undefined): string;
{
"name": "hcode-fns",
"version": "1.0.9",
"version": "1.0.10",
"description": "Funções úteis usadas nas aplicações da Hcode",

@@ -5,0 +5,0 @@ "types": "typings.d.ts",

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

export default function userPhotoPath(path: string) {
export default function userPhotoPath(path: string | undefined) {
const basePath = 'https://storage.googleapis.com/hcode.com.br/';

@@ -3,0 +3,0 @@ if (path) {

Sorry, the diff of this file is not supported yet