Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "gelf-pro", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"main": "./lib/gelf-pro.js", | ||
@@ -20,9 +20,9 @@ "author": "Kanstantsin Kamkou <kkamkou@gmail.com>", | ||
"dependencies": { | ||
"lodash": "~4.12", | ||
"async": "~1.5" | ||
"lodash": "~4.14", | ||
"async": "~2.0" | ||
}, | ||
"devDependencies": { | ||
"istanbul": "~0.4.3", | ||
"should": "~8.3", | ||
"mocha": "~2.4", | ||
"should": "~10.0", | ||
"mocha": "~3.0.0-1", | ||
"mocha-lcov-reporter": "~1.2.0", | ||
@@ -29,0 +29,0 @@ "coveralls": "~2.11", |
@@ -33,3 +33,3 @@ node-gelf pro | ||
broadcast: [], // optional; listeners of a message | ||
levels: {}, // optional; default: see the levels section below | ||
levels: {}, // optional; default: see the levels section below | ||
adapterName: 'udp', // optional; currently supported "udp" and "tcp"; default: udp | ||
@@ -63,3 +63,3 @@ adapterOptions: { | ||
the library converts it to a readable format. Other values [are converted to string](https://lodash.com/docs#toString). | ||
Acceptable format of a key is: `^[\w-]$` | ||
Acceptable format of a key is: `^[\w-]$` | ||
```javascript | ||
@@ -72,3 +72,3 @@ log.info( | ||
// {_me_fname: 'k', _me_lname: 'k', _me_bdate: 'Tue Feb 01 2000 00:00:00 GMT+0100 (CET)'} | ||
``` | ||
``` | ||
@@ -131,18 +131,1 @@ ##### Filtering | ||
Copyright (c) 2013-2016 Kanstantsin Kamkou | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
the Software without restriction, including without limitation the rights to | ||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of | ||
the Software, and to permit persons to whom the Software is furnished to do so, | ||
subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS | ||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR | ||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | ||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27885
128
+ Addedasync@2.0.1(transitive)
+ Addedlodash@4.14.2(transitive)
- Removedasync@1.5.2(transitive)
- Removedlodash@4.12.0(transitive)
Updatedasync@~2.0
Updatedlodash@~4.14