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.71 to 0.0.72

2

lib/interfaces/address.d.ts

@@ -12,3 +12,3 @@ export interface Address {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -8,4 +8,4 @@ import { Domain } from './domain';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
domain?: Domain;
}

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

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

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

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -5,3 +5,3 @@ export interface CourseContentType {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

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

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -5,3 +5,3 @@ export interface CourseContentVideoType {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -17,4 +17,4 @@ /// <reference types="node" />

createdAt?: string;
updateAt?: string;
updatedAt?: string;
deletedAt?: string;
}

@@ -5,3 +5,3 @@ export interface CourseFileType {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -7,3 +7,3 @@ import { Tag } from './tag';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -5,3 +5,3 @@ export interface CourseType {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -5,3 +5,3 @@ export interface Domain {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -10,3 +10,3 @@ export interface File {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -17,3 +17,3 @@ import { GoLink } from './goLink';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -7,3 +7,3 @@ import { User } from './user';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -8,3 +8,3 @@ import { User } from './user';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -11,3 +11,3 @@ export interface Mail {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -10,3 +10,3 @@ export interface Menu {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}
export interface Model {
createdAt: string;
updateAt: string;
createdAt: string;
updatedAt: string;
}

@@ -13,5 +13,5 @@ import { Visibility } from './visibility';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
parent?: Page;
visibility?: Visibility;
}

@@ -6,3 +6,3 @@ export interface Permission {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -16,3 +16,3 @@ import { Address } from './address';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -6,3 +6,3 @@ export interface PersonValue {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -14,3 +14,3 @@ import { App } from './app';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
page: Page;

@@ -17,0 +17,0 @@ author?: User;

@@ -9,3 +9,3 @@ import { Visibility } from './visibility';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -13,3 +13,3 @@ import { File } from './file';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -5,3 +5,3 @@ export interface Visibility {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}
{
"name": "hcode-core",
"version": "0.0.71",
"version": "0.0.72",
"description": "Hcode Core",

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

@@ -12,3 +12,3 @@ export interface Address {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -10,5 +10,5 @@ import { Domain } from './domain';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
domain?: Domain;
}

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

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

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

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -5,3 +5,3 @@ export interface CourseContentType {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

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

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -7,3 +7,3 @@ export interface CourseContentVideoType {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -22,4 +22,4 @@ import { Domain } from 'domain';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
deletedAt?: string;
}

@@ -5,3 +5,3 @@ export interface CourseFileType {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -10,3 +10,3 @@ import { Tag } from './tag';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -5,3 +5,3 @@ export interface CourseType {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -5,3 +5,3 @@ export interface Domain {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -13,3 +13,3 @@ export interface File {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -18,3 +18,3 @@ import { GoLink } from './goLink';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -8,3 +8,3 @@ import { User } from './user';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -9,3 +9,3 @@ import { User } from './user';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -11,3 +11,3 @@ export interface Mail {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -10,3 +10,3 @@ export interface Menu {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -14,3 +14,3 @@ import { Visibility } from './visibility';

createdAt?: string;
updateAt?: string;
updatedAt?: string;

@@ -17,0 +17,0 @@ parent?: Page;

@@ -6,3 +6,3 @@ export interface Permission {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -17,3 +17,3 @@ import { Address } from './address';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -6,3 +6,3 @@ export interface PersonValue {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -16,3 +16,3 @@ import { App } from './app';

createdAt?: string;
updateAt?: string;
updatedAt?: string;

@@ -19,0 +19,0 @@ page: Page;

@@ -10,3 +10,3 @@ import { Visibility } from './visibility';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -16,3 +16,3 @@ import { File } from './file';

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

@@ -5,3 +5,3 @@ export interface Visibility {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
}

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

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -25,3 +25,3 @@ type AnyObjectAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
domain?: DomainAliased;

@@ -62,3 +62,3 @@ };

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -82,3 +82,3 @@ type CourseContentAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -89,3 +89,3 @@ type CourseContentTypeAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -101,3 +101,3 @@ type CourseContentVideoAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -108,3 +108,3 @@ type CourseContentVideoTypeAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -122,3 +122,3 @@ type CourseFileAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
deletedAt?: string;

@@ -130,3 +130,3 @@ };

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -138,3 +138,3 @@ type CourseTagAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -145,3 +145,3 @@ type CourseTypeAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -152,3 +152,3 @@ type DomainAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -164,3 +164,3 @@ type FileAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -205,3 +205,3 @@ type FilenameVideoClassAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -213,3 +213,3 @@ type GoLinkUserAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -222,3 +222,3 @@ type LogAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -235,3 +235,3 @@ type MailAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -247,7 +247,7 @@ type MenuAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};
type ModelAliased = {
createdAt: string;
updateAt: string;
createdAt: string;
updatedAt: string;
};

@@ -265,3 +265,3 @@ type PageAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
parent?: PageAliased;

@@ -275,3 +275,3 @@ visibility?: VisibilityAliased;

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -290,3 +290,3 @@ type PersonAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -298,3 +298,3 @@ type PersonValueAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -309,3 +309,3 @@ type PostAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
page: PageAliased;

@@ -324,3 +324,3 @@ author?: UserAliased;

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -337,3 +337,3 @@ type UserAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -344,3 +344,3 @@ type VisibilityAliased = {

createdAt?: string;
updateAt?: string;
updatedAt?: string;
};

@@ -347,0 +347,0 @@ declare module 'hcode-core' {

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