New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 1.1.6

6

contact/phone.js

@@ -20,2 +20,4 @@ "use strict";

phone = phone.replace(/\D/g, '');
switch (this.phone.length) {

@@ -43,3 +45,5 @@ case 10:

return phone;
phone = phone.replace(/ +/g, ' ');
return phone.trim();
}

@@ -46,0 +50,0 @@

2

package.json
{
"name": "frontello-datas-format",
"version": "1.1.5",
"version": "1.1.6",
"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