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

@remato/personal-code-to-birthday

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remato/personal-code-to-birthday - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

src/index.test.ts

8

package.json
{
"name": "@remato/personal-code-to-birthday",
"version": "1.0.0",
"version": "1.1.0",
"description": "Converts personal identification codes from various countries into birthdate",
"license": "MIT",
"main": "index.ts",
"main": "src/index.ts",
"scripts": {
"build": "ncc build index.ts",
"build": "ncc build src/index.ts",
"test": "jest",

@@ -43,3 +43,3 @@ "prettier": "prettier --list-different \"**/*.ts\"",

"collectCoverageFrom": [
"index.ts"
"src/**"
]

@@ -46,0 +46,0 @@ },

@@ -31,2 +31,4 @@ # Personal Code to Birthday

- 🇩🇰 Denmark
- 🇺🇦 Ukraine
- 🇵🇱 Poland

@@ -36,15 +38,13 @@ Countries we would like to support (PRs are welcome):

- Iceland
- South Africa
- Romania
- Hungary
- Bulgaria
- Moldova
- Azerbaijan
- North Macedonia
- Czech Republic
- Slovakia
- Poland
- South Korea
- Turkey
- Moldova
- Azerbaijan
- South Africa
- Russia
- Ukraine

@@ -6,3 +6,3 @@ {

"module": "NodeNext",
"rootDir": "./",
"rootDir": "./src",
"moduleResolution": "NodeNext",

@@ -9,0 +9,0 @@ "baseUrl": "./",

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