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.53 to 0.0.54

5

lib/interfaces/course.d.ts

@@ -24,2 +24,7 @@ import { CourseContent } from './courseContent';

slug: string;
code: string;
colorPrimaryContrast: string;
colorPrimary: string;
colorSecondary: string;
colorSecondaryContrast: string;
CourseContent?: CourseContent[];

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

2

package.json
{
"name": "hcode-core",
"version": "0.0.53",
"version": "0.0.54",
"description": "Hcode Core",

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

@@ -25,3 +25,9 @@ import { CourseContent } from './courseContent';

slug: string;
code: string;
colorPrimaryContrast: string;
colorPrimary: string;
colorSecondary: string;
colorSecondaryContrast: string;
CourseContent?: CourseContent[];

@@ -28,0 +34,0 @@

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

slug: string;
code: string;
colorPrimaryContrast: string;
colorPrimary: string;
colorSecondary: string;
colorSecondaryContrast: string;
CourseContent?: CourseContentAliased[];

@@ -53,0 +58,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