Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lt-codes

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lt-codes - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

19

index.d.ts

@@ -1,13 +0,8 @@

import * as company from './src/company';
import * as person from './src/person';
declare const _default: {
ValidationError: {
EMPTY: string;
INVALID: string;
INVALID_CONTROL_NUMBER: string;
INVALID_DATE: string;
};
personalCode: typeof person;
companyCode: typeof company;
export declare const ValidationError: {
EMPTY: string;
INVALID: string;
INVALID_CONTROL_NUMBER: string;
INVALID_DATE: string;
};
export default _default;
export * as companyCode from './src/company';
export * as personalCode from './src/person';

@@ -26,10 +26,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const company = __importStar(require("./src/company"));
const common = __importStar(require("./src/common"));
const person = __importStar(require("./src/person"));
exports.default = {
ValidationError: common.VALIDATION_ERRORS,
personalCode: person,
companyCode: company,
};
exports.personalCode = exports.companyCode = exports.ValidationError = void 0;
const common_1 = require("./src/common");
exports.ValidationError = common_1.VALIDATION_ERRORS;
exports.companyCode = __importStar(require("./src/company"));
exports.personalCode = __importStar(require("./src/person"));
//# sourceMappingURL=index.js.map
{
"name": "lt-codes",
"version": "1.0.2",
"version": "1.0.3",
"description": "Lithuanian codes. Personal & company code validator and generator",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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