Socket
Socket
Sign inDemoInstall

@comparaonline/common-schema

Package Overview
Dependencies
Maintainers
14
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comparaonline/common-schema - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

tsconfig.tsbuildinfo

29

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HousingType = exports.CompanyTypes = exports.OccupationTypes = exports.EducationLevel = exports.IdentificationType = exports.CivilStatus = exports.Gender = void 0;
var common_1 = require("./interfaces/common");
exports.Gender = common_1.Gender;
exports.CivilStatus = common_1.CivilStatus;
exports.IdentificationType = common_1.IdentificationType;
exports.EducationLevel = common_1.EducationLevel;
exports.OccupationTypes = common_1.OccupationTypes;
exports.CompanyTypes = common_1.CompanyTypes;
exports.HousingType = common_1.HousingType;
Object.defineProperty(exports, "Gender", { enumerable: true, get: function get() {
return common_1.Gender;
} });
Object.defineProperty(exports, "CivilStatus", { enumerable: true, get: function get() {
return common_1.CivilStatus;
} });
Object.defineProperty(exports, "IdentificationType", { enumerable: true, get: function get() {
return common_1.IdentificationType;
} });
Object.defineProperty(exports, "EducationLevel", { enumerable: true, get: function get() {
return common_1.EducationLevel;
} });
Object.defineProperty(exports, "OccupationTypes", { enumerable: true, get: function get() {
return common_1.OccupationTypes;
} });
Object.defineProperty(exports, "CompanyTypes", { enumerable: true, get: function get() {
return common_1.CompanyTypes;
} });
Object.defineProperty(exports, "HousingType", { enumerable: true, get: function get() {
return common_1.HousingType;
} });

@@ -9,3 +9,4 @@ export declare enum Gender {

Separated = "separated",
Widower = "widower"
Widower = "widower",
CivilUnion = "civilUnion"
}

@@ -12,0 +13,0 @@ export declare enum IdentificationType {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HousingType = exports.CompanyTypes = exports.OccupationTypes = exports.EducationLevel = exports.IdentificationType = exports.CivilStatus = exports.Gender = void 0;
var Gender;

@@ -15,2 +16,3 @@ (function (Gender) {

CivilStatus["Widower"] = "widower";
CivilStatus["CivilUnion"] = "civilUnion";
})(CivilStatus = exports.CivilStatus || (exports.CivilStatus = {}));

@@ -17,0 +19,0 @@ var IdentificationType;

{
"name": "@comparaonline/common-schema",
"version": "1.1.1",
"version": "1.2.0",
"description": "Common Schema",

@@ -23,3 +23,3 @@ "main": "dist/index.js",

},
"gitHead": "f75016ddfefb9495ac864a4f95ff28b9a4de9945"
"gitHead": "017e5b6c362189aeaee7f4b9c261c23b401db133"
}

@@ -19,3 +19,4 @@ {

"strictNullChecks": true,
"target": "es2015"
"target": "es2015",
"composite": true
},

@@ -22,0 +23,0 @@ "include": [

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