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

snooplogg

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snooplogg - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

18

dist/index.js

@@ -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.

16

package.json
{
"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

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