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

loglevel-mixin

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loglevel-mixin - npm Package Compare versions

Comparing version 1.6.15 to 1.6.16

.nyc_output/5517ced4806706a1fc6b30b74e0ff245.json

26

package.json
{
"name": "loglevel-mixin",
"version": "1.6.15",
"version": "1.6.16",
"description": "mixin to declare logging methods named after a set of log levels",

@@ -8,3 +8,3 @@ "main": "dist/LogLevelMixin.js",

"scripts": {
"cover": "npm run prepublish && istanbul cover node_modules/.bin/_mocha -- -u exports tests/*_test.js",
"cover": "nyc npm test",
"docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js >README.md",

@@ -15,3 +15,4 @@ "test": "mocha tests/*_test.js",

"pretest": "npm run prepublish",
"posttest": "markdown-doctest"
"posttest": "markdown-doctest",
"precover": "npm run prepublish"
},

@@ -23,3 +24,3 @@ "repository": {

"engines": {
"node": ">=6.9.3"
"node": ">=6.9.4"
},

@@ -31,8 +32,8 @@ "devDependencies": {

"cz-conventional-changelog": "^1.2.0",
"istanbul": "^0.4.5",
"jsdoc-to-markdown": "^2.0.1",
"markdown-doctest": "^0.9.1",
"mocha": "^3.2.0",
"rollup": "^0.40.2",
"semantic-release": "^6.3.5"
"rollup": "^0.41.1",
"semantic-release": "^6.3.5",
"nyc": "^10.0.0"
},

@@ -62,3 +63,12 @@ "release": {

}
]
],
"nyc": {
"include": [
"dist/**/*.js"
],
"reporter": [
"lcov"
],
"report-dir": "./coverage"
}
}
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