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.62 to 0.0.63

lib/interfaces/courseContentVideo.d.ts

2

lib/interfaces/courseContent.d.ts
import { Course } from './course';
import { CourseContentType } from './courseContentType';
import { CourseContentVideo } from './courseContentVideo';
import { Visibility } from './visibility';

@@ -19,4 +20,5 @@ export interface CourseContent {

CourseContent?: CourseContent[];
CourseContentVideo?: CourseContentVideo[];
createdAt?: string;
updateAt?: string;
}

2

package.json
{
"name": "hcode-core",
"version": "0.0.62",
"version": "0.0.63",
"description": "Hcode Core",

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

import { Course } from './course';
import { CourseContentType } from './courseContentType';
import { CourseContentVideo } from './courseContentVideo';
import { Visibility } from './visibility';

@@ -24,2 +25,3 @@

CourseContent?: CourseContent[];
CourseContentVideo?: CourseContentVideo[];

@@ -26,0 +28,0 @@ createdAt?: string;

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

CourseContent?: CourseContentAliased[];
CourseContentVideo?: CourseContentVideoAliased[];
createdAt?: string;

@@ -86,2 +87,10 @@ updateAt?: string;

};
type CourseContentVideoAliased = {
id: number;
courseContentId: number;
fileId: number;
typeId: number;
createdAt?: string;
updateAt?: string;
};
type CourseTagAliased = {

@@ -280,2 +289,3 @@ courseId: number;

export type CourseContentType = CourseContentTypeAliased;
export type CourseContentVideo = CourseContentVideoAliased;
export type CourseTag = CourseTagAliased;

@@ -282,0 +292,0 @@ export type CourseType = CourseTypeAliased;

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