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.23 to 0.0.25

2

lib/interfaces/person.d.ts

@@ -8,4 +8,6 @@ import { Address } from './address';

domainId: number;
gender?: string;
birthAt?: Date;
PersonValues?: PersonValue[];
address?: Address;
}

5

package.json
{
"name": "hcode-core",
"version": "0.0.23",
"version": "0.0.25",
"description": "Hcode Core",

@@ -13,7 +13,6 @@ "types": "typings.d.ts",

"prenew:version": "git add --all && git commit -m publish",
"new:version": "npm version patch",
"new:version": "npm version patch && npm publish",
"pre": "npm run build",
"prod": "npm run pre",
"postprod": "npm run git:push",
"postgit-push": "npm publish",
"git:push": "git add --all && git commit -m publish && git push origin master",

@@ -20,0 +19,0 @@ "git:pull": "git fetch --all && git reset --hard origin/master && git pull origin master"

@@ -9,4 +9,6 @@ import { Address } from './address';

domainId: number;
gender?: string;
birthAt?: Date;
PersonValues?: PersonValue[];
address?: Address;
}

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

domainId: number;
gender?: string;
birthAt?: Date;
PersonValues?: PersonValueAliased[];

@@ -125,0 +127,0 @@ address?: AddressAliased;

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