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.1.0 to 1.2.0

81

package.json
{
"name": "@ronaldarndt/nationalid",
"module": "src/index.ts",
"type": "module",
"version": "1.1.0",
"description": "Format and validate national identification numbers",
"scripts": {
"build": "bun build --target=node ./src/index.ts --outfile=dist/index.js && bun run build:declaration",
"build:declaration": "tsc --emitDeclarationOnly --project tsconfig.types.json",
"postbuild": "rimraf tsconfig.types.tsbuildinfo"
},
"devDependencies": {
"@types/bun": "latest",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"rimraf": "^5.0.5",
"typescript": "^5.4.5"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ronaldarndt/nationalid.git"
},
"license": "MIT",
"keywords": [
"national",
"id",
"identification",
"number",
"format",
"validate",
"document",
"SSN",
"CPF"
],
"files": [
"dist/*.js",
"dist/*.d.ts"
]
"name": "@ronaldarndt/nationalid",
"module": "src/index.ts",
"type": "module",
"version": "1.2.0",
"description": "Format and validate national identification numbers",
"scripts": {
"build": "bun build --target=node ./src/index.ts --outfile=dist/index.js && bun run build:declaration",
"build:declaration": "tsc --emitDeclarationOnly --project tsconfig.types.json",
"postbuild": "rimraf tsconfig.types.tsbuildinfo",
"prepublishOnly": "npm version minor"
},
"devDependencies": {
"@types/bun": "latest",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"rimraf": "^5.0.5",
"typescript": "^5.4.5"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ronaldarndt/nationalid.git"
},
"license": "MIT",
"keywords": [
"national",
"id",
"identification",
"number",
"format",
"validate",
"document",
"SSN",
"CPF"
],
"files": [
"dist/*.js",
"dist/*.d.ts"
]
}
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