Comparing version 1.2.2 to 1.3.0
@@ -245,2 +245,20 @@ 'use strict'; | ||
/** | ||
* Re-export of the `pluralize` library. Note that this library | ||
* is lazy loaded. | ||
* @type {Object} | ||
*/ | ||
pluralize: { | ||
configurable: true, | ||
enumerable: true, | ||
get: function () { | ||
const value = require('pluralize'); | ||
Object.defineProperty(this, 'pluralize', { | ||
enumerable: true, | ||
value | ||
}); | ||
return value; | ||
} | ||
}, | ||
/** | ||
* Re-export of the `figures` library, but named `symbols`. | ||
@@ -247,0 +265,0 @@ * Note that this library is lazy loaded. |
{ | ||
"name": "snooplogg", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "Your mind on your logs and your logs on your mind", | ||
@@ -27,2 +27,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"chalk": "^1.1.3", | ||
"figures": "^2.0.0", | ||
@@ -32,2 +33,3 @@ "humanize": "^0.0.9", | ||
"nanobuffer": "^1.0.0", | ||
"pluralize": "^3.1.0", | ||
"source-map-support": "^0.4.11", | ||
@@ -38,9 +40,9 @@ "supports-color": "^3.2.3" | ||
"babel-eslint": "^7.1.1", | ||
"babel-plugin-transform-class-properties": "^6.22.0", | ||
"babel-plugin-transform-es2015-destructuring": "^6.22.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.22.0", | ||
"babel-plugin-transform-es2015-parameters": "^6.22.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.22.0", | ||
"babel-plugin-transform-class-properties": "^6.23.0", | ||
"babel-plugin-transform-es2015-destructuring": "^6.23.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0", | ||
"babel-plugin-transform-es2015-parameters": "^6.23.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
"chai": "^3.5.0", | ||
"codeclimate-test-reporter": "^0.4.0", | ||
"codeclimate-test-reporter": "^0.4.1", | ||
"coveralls": "^2.11.16", | ||
@@ -47,0 +49,0 @@ "del": "^2.2.2", |
@@ -29,2 +29,3 @@ # SnoopLogg | ||
* [moment](https://www.npmjs.com/package/moment) | ||
* [pluralize](https://www.npmjs.com/package/pluralize) | ||
* Similar API to [TJ's debug](https://www.npmjs.com/package/debug): | ||
@@ -31,0 +32,0 @@ * `const debug = snooplogg('myapp').log;` |
Sorry, the diff of this file is not supported yet
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
273916
760
171
8
+ Addedchalk@^1.1.3
+ Addedpluralize@^3.1.0
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedpluralize@3.1.0(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)