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.46 to 0.0.47

lib/interfaces/courseContent.d.ts

2

package.json
{
"name": "hcode-core",
"version": "0.0.46",
"version": "0.0.47",
"description": "Hcode Core",

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

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

};
type CourseContentAliased = {
id: number;
title: string;
parent?: CourseContentAliased;
parentId?: number;
course: CourseAliased;
courseId: number;
type: CourseTypeAliased;
typeId: number;
description?: string;
order: number;
code: string;
createdAt?: string;
updateAt?: string;
};
type CourseTypeAliased = {

@@ -238,2 +253,3 @@ id: number;

export type Course = CourseAliased;
export type CourseContent = CourseContentAliased;
export type CourseType = CourseTypeAliased;

@@ -240,0 +256,0 @@ export type Domain = DomainAliased;

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