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

@ronaldarndt/nationalid

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ronaldarndt/nationalid - npm Package Compare versions

Comparing version 1.2.1 to 1.2.3

8

dist/index.d.ts

@@ -1,7 +0,7 @@

import cpf from '@/countries/brazil/cpf';
import ssn from '@/countries/us/ssn';
import brazil from '@/countries/brazil';
import us from '@/countries/us';
import cpf from './countries/brazil/cpf';
import ssn from './countries/us/ssn';
import brazil from './countries/brazil';
import us from './countries/us';
import { Document, DocumentCode } from './types/general';
declare function getDocumentFromCode(code: DocumentCode): Document;
export { brazil, cpf, getDocumentFromCode, ssn, us };

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "1.2.1",
"version": "1.2.3",
"description": "Format and validate national identification numbers",

@@ -8,0 +8,0 @@ "scripts": {

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