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.30 to 0.0.31

1

lib/interfaces/menu.d.ts

@@ -5,2 +5,3 @@ export interface Menu {

parentId: number;
order: number;
name: string;

@@ -7,0 +8,0 @@ icon?: string;

2

package.json
{
"name": "hcode-core",
"version": "0.0.30",
"version": "0.0.31",
"description": "Hcode Core",

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

@@ -5,2 +5,3 @@ export interface Menu {

parentId: number;
order: number;
name: string;

@@ -7,0 +8,0 @@ icon?: string;

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

parentId: number;
order: number;
name: string;

@@ -127,0 +128,0 @@ icon?: 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