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
5
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.1.408 to 0.1.409

2

build/interfaces/serverEvent.d.ts

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

import { ServerEventAction } from './serverEventAction';
export interface ServerEvent {

@@ -7,2 +8,3 @@ id: number;

updatedAt: string;
ServerEventAction?: ServerEventAction[];
}

@@ -0,1 +1,3 @@

import { ServerEvent } from './serverEvent';
import { ServerEventType } from './serverEventType';
export interface ServerEventAction {

@@ -8,2 +10,4 @@ serverEventId: number;

updatedAt: string;
serverEventType?: ServerEventType;
serverEvent?: ServerEvent;
}

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

import { ServerEventAction } from './serverEventAction';
export interface ServerEventType {

@@ -6,2 +7,3 @@ id: number;

updatedAt: string;
ServerEventAction?: ServerEventAction[];
}

2

package.json
{
"name": "hcode-core",
"version": "0.1.408",
"version": "0.1.409",
"description": "Hcode Core",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -0,1 +1,3 @@

import { ServerEventAction } from './serverEventAction';
export interface ServerEvent {

@@ -8,2 +10,4 @@ id: number;

updatedAt: string;
ServerEventAction?: ServerEventAction[];
}

@@ -0,1 +1,4 @@

import { ServerEvent } from './serverEvent';
import { ServerEventType } from './serverEventType';
export interface ServerEventAction {

@@ -9,2 +12,5 @@ serverEventId: number;

updatedAt: string;
serverEventType?: ServerEventType;
serverEvent?: ServerEvent;
}

@@ -0,1 +1,3 @@

import { ServerEventAction } from './serverEventAction';
export interface ServerEventType {

@@ -7,2 +9,4 @@ id: number;

updatedAt: string;
ServerEventAction?: ServerEventAction[];
}
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