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 1.0.1 to 1.0.2

2

package.json
{
"name": "hcode-fns",
"version": "1.0.1",
"version": "1.0.2",
"description": "Funções úteis usadas nas aplicações da Hcode",

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

declare module 'hcode-fns' {
export default function errorToHuman(error: any): string;
export function errorToHuman(error: any): string;
import { User } from 'hcode-interfaces';
export default function extractUserFromToken(jwt: string): User;
export function extractUserFromToken(jwt: string): User;
interface AnyObject {
[key: string]: any;
}
export default function formDataToObject(formData: FormData): AnyObject;
export {};
export function formDataToObject(formData: FormData): AnyObject;
}
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