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

frontello-datas-format

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frontello-datas-format - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

8

contact/phone.js

@@ -22,3 +22,3 @@ "use strict";

case 10:
phone = phone.replace('/^(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})$/', '$1 $2 $3 $4 $5', phone);
phone = phone.replace('/^(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})$/', '$1 $2 $3 $4 $5');

@@ -28,3 +28,3 @@ break;

case 11:
phone = phone.replace('/^(\d{3})(\d{2})(\d{2})(\d{2})(\d{2})$/', '$1 $2 $3 $4 $5', phone);
phone = phone.replace('/^(\d{3})(\d{2})(\d{2})(\d{2})(\d{2})$/', '$1 $2 $3 $4 $5');

@@ -34,3 +34,3 @@ break;

case 12:
phone = phone.replace('/^(\d{2})(\d{3})(\d{3})(\d{3})$/', '$1 $2 $3 $4', phone);
phone = phone.replace('/^(\d{2})(\d{3})(\d{3})(\d{3})$/', '$1 $2 $3 $4');

@@ -40,3 +40,3 @@ break;

case 13:
phone = phone.replace('/^(\+\d{2})(\d{3})(\d{3})(\d{3})$/', '$1 $2 $3 $4', phone);
phone = phone.replace('/^(\+\d{2})(\d{3})(\d{3})(\d{3})$/', '$1 $2 $3 $4');

@@ -43,0 +43,0 @@ break;

{
"name": "frontello-datas-format",
"version": "1.1.1",
"version": "1.1.2",
"description": "UI format",

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

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