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.55 to 0.0.56

2

lib/interfaces/menu.d.ts

@@ -7,3 +7,3 @@ export interface Menu {

name: string;
icon?: string;
icon?: any;
action: string;

@@ -10,0 +10,0 @@ createdAt?: string;

{
"name": "hcode-core",
"version": "0.0.55",
"version": "0.0.56",
"description": "Hcode Core",

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

@@ -7,3 +7,3 @@ export interface Menu {

name: string;
icon?: string;
icon?: any;
action: string;

@@ -10,0 +10,0 @@ createdAt?: string;

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

name: string;
icon?: string;
icon?: any;
action: string;

@@ -171,0 +171,0 @@ createdAt?: string;

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