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

hcode-core

Package Overview
Dependencies
Maintainers
2
Versions
633
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hcode-core - npm Package Compare versions

Comparing version

to
0.0.5

2

package.json
{
"name": "hcode-core",
"version": "0.0.4",
"version": "0.0.5",
"description": "Hcode Core",

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

@@ -96,3 +96,3 @@ const chalk = require('chalk');

fs.readFileSync(`${basePath}/functions/${fnName}/index.d.ts`, 'utf8')
).replace('export declare function', 'export function');
).replace(/export declare function/g, 'export function');
});

@@ -99,0 +99,0 @@ };

@@ -96,3 +96,3 @@ //Arquivo gerado automaticamente. NÃO EDITAR pois será perdido.

export function base64Encode(value: string): string;
export declare function base64Decode(value: string): string;
export function base64Decode(value: string): string;

@@ -99,0 +99,0 @@ export function displayName(name: string): string;