Socket
Socket
Sign inDemoInstall

vn-str

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.3 to 0.3.4

3

dist/index.d.ts

@@ -1,2 +0,3 @@

export declare function isVietnamesePhoneNumber(str: string): string;
export declare function isVietnamesePhoneNumber(str: string): boolean;
export declare function isVietnameseTones(str: string): boolean;
export declare function numToText(num: number): string;

@@ -3,0 +4,0 @@ export declare function rmNonAlphanumeric(str: string): string;

{
"name": "vn-str",
"version": "0.3.3",
"version": "0.3.4",
"description": "Vietnamese string processing library.",

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

"build": "webpack",
"publish": "npm publish"
"publish": "webpack && npm publish"
},

@@ -29,6 +29,7 @@ "files": [

"str-to-vni",
"is-vietnamese-phone-number"
"is-vietnamese-phone-number",
"is-vietnamese-tones"
],
"author": "Trong Hieu <tronghieu60s@gmail.com>",
"license": "ISC",
"license": "MIT",
"bugs": {

@@ -35,0 +36,0 @@ "url": "https://github.com/tronghieu60s/vn-str/issues"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc