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.48 to 0.0.49

2

lib/interfaces/course.d.ts

@@ -0,1 +1,2 @@

import { CourseContent } from './courseContent';
import { CourseType } from './courseType';

@@ -23,4 +24,5 @@ import { Domain } from './domain';

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

1

lib/interfaces/courseContent.d.ts

@@ -14,3 +14,2 @@ import { Course } from './course';

code: string;
CourseContent?: CourseContent[];
visibilityId: number;

@@ -17,0 +16,0 @@ visibility?: Visibility;

{
"name": "hcode-core",
"version": "0.0.48",
"version": "0.0.49",
"description": "Hcode Core",

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

@@ -0,1 +1,2 @@

import { CourseContent } from './courseContent';
import { CourseType } from './courseType';

@@ -25,4 +26,6 @@ import { Domain } from './domain';

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

@@ -17,4 +17,2 @@ import { Course } from './course';

CourseContent?: CourseContent[];
visibilityId: number;

@@ -21,0 +19,0 @@ visibility?: Visibility;

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

slug: string;
CourseContent?: CourseContentAliased[];
createdAt?: string;

@@ -65,3 +66,2 @@ updateAt?: string;

code: string;
CourseContent?: CourseContentAliased[];
visibilityId: number;

@@ -68,0 +68,0 @@ visibility?: VisibilityAliased;

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