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

google-libphonenumber

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-libphonenumber - npm Package Compare versions

Comparing version 1.0.27 to 1.1.0

9

CHANGELOG.md
# Changelog
## [v1.1.0](https://github.com/seegno/google-libphonenumber/tree/v1.1.0) (2016-08-16)
[Full Changelog](https://github.com/seegno/google-libphonenumber/compare/v1.0.27...v1.1.0)
**Merged pull requests:**
- Remove jscs in favour of eslint [\#76](https://github.com/seegno/google-libphonenumber/pull/76) ([ruimarinho](https://github.com/ruimarinho))
- Remove non-essential files from npm package [\#75](https://github.com/seegno/google-libphonenumber/pull/75) ([ruimarinho](https://github.com/ruimarinho))
- Update libphonenumber@7.5.2 [\#74](https://github.com/seegno/google-libphonenumber/pull/74) ([ruimarinho](https://github.com/ruimarinho))
## [v1.0.27](https://github.com/seegno/google-libphonenumber/tree/v1.0.27) (2016-07-31)

@@ -4,0 +13,0 @@ [Full Changelog](https://github.com/seegno/google-libphonenumber/compare/v1.0.26...v1.0.27)

20

package.json
{
"name": "google-libphonenumber",
"version": "1.0.27",
"version": "1.1.0",
"description": "A browserify-compatible wrapper for Google's libphonenumber.",

@@ -39,3 +39,3 @@ "author": {

"changelog": "github_changelog_generator --no-issues --header-label='# Changelog' --future-release=v$npm_config_future_release && sed -i '' -e :a -e '$d;N;2,3ba' -e 'P;D' CHANGELOG.md",
"lint": "eslint src/index.js test && jscs src/index.js test",
"lint": "eslint src/index.js test",
"prepublish": "npm run build",

@@ -48,12 +48,8 @@ "test": "BROWSERIFY=false npm run build && npm run testonly",

"devDependencies": {
"babel-eslint": "^4.1.6",
"browserify": "^13.0.0",
"eslint": "^1.10.3",
"eslint-config-seegno": "^1.2.0",
"eslint-plugin-babel": "^3.0.0",
"jscs": "^2.7.0",
"jscs-config-seegno": "^1.1.0",
"minifyify": "^7.0.0",
"mocha": "^2.2.5",
"should": "^8.0.1"
"browserify": "^13.1.0",
"eslint": "^3.3.1",
"eslint-config-seegno": "^6.0.0",
"minifyify": "^7.3.3",
"mocha": "^3.0.2",
"should": "^11.1.0"
},

@@ -60,0 +56,0 @@ "engines": {

.npmignore

Sorry, the diff of this file is not supported yet

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

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

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

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