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 0.0.18 to 0.0.19

2

lib/functions/getCookies/index.d.ts
import { AnyObject } from '../../interfaces/anyObject';
export declare function getCookies(cookies: string | null): AnyObject;
export declare function getCookies(cookies: string | undefined): AnyObject;
{
"name": "hcode-core",
"version": "0.0.18",
"version": "0.0.19",
"description": "Hcode Core",

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

import { AnyObject } from '../../interfaces/anyObject';
export function getCookies(cookies: string | null): AnyObject {
export function getCookies(cookies: string | undefined): AnyObject {
if (!cookies) {

@@ -5,0 +5,0 @@ return {};

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

export function getCookies(cookies: string | null): AnyObject;
export function getCookies(cookies: string | undefined): AnyObject;

@@ -167,0 +167,0 @@ export function userPhotoPath(path: string | undefined): string;

Sorry, the diff of this file is not supported yet

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