Socket
Socket
Sign inDemoInstall

libphonenumber-js

Package Overview
Dependencies
Maintainers
1
Versions
392
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libphonenumber-js - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

4

HISTORY.md

@@ -1,5 +0,5 @@

0.2.8 / 22.12.2016
0.2.9 / 22.12.2016
===================
* Exposing `metadata` in exports
* Exporting `metadata` and `getPhoneCode()`

@@ -6,0 +6,0 @@ 0.2.6 / 22.12.2016

@@ -16,2 +16,5 @@ 'use strict'

exports.get_phone_code = require('./build/metadata').get_phone_code
exports.getPhoneCode = require('./build/metadata').get_phone_code
// exports['default'] = ...

@@ -31,2 +31,9 @@ export

}
from './metadata.min'
from './metadata.min'
export
{
get_phone_code,
get_phone_code as getPhoneCode
}
from './source/metadata'
{
"name": "libphonenumber-js",
"version": "0.2.8",
"version": "0.2.9",
"description": "A simpler (and smaller) rewrite of Google Android's popular libphonenumber library",

@@ -5,0 +5,0 @@ "main": "index.common.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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