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 5.0.6 to 5.0.7

30

package.json
{
"name": "loglevel-mixin",
"version": "5.0.6",
"version": "5.0.7",
"publishConfig": {

@@ -9,8 +9,10 @@ "access": "public"

"type": "module",
"main": "src/loglevel-mixin.mjs",
"module": "src/loglevel-mixin.mjs",
"main": "./src/loglevel-mixin.mjs",
"exports": {
".": "./src/loglevel-mixin.mjs"
},
"description": "mixin to declare logging methods named after a set of log levels",
"keywords": [
"loglevel",
"logging"
"logging",
"loglevel"
],

@@ -25,15 +27,17 @@ "contributors": [

"scripts": {
"test": "ava --timeout 2m",
"test": "npm run test:ava",
"test:ava": "ava --timeout 2m tests/*.mjs",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme src/loglevel-mixin.mjs --section=API",
"lint": "documentation lint src/loglevel-mixin.mjs"
"docs": "documentation readme ./src/loglevel-mixin.mjs --section=API",
"lint": "npm run lint:docs",
"lint:docs": "documentation lint ./src/loglevel-mixin.mjs"
},
"devDependencies": {
"ava": "^3.6.0",
"c8": "^7.1.0",
"documentation": "^12.3.0",
"semantic-release": "^17.0.4"
"ava": "^3.13.0",
"c8": "^7.3.1",
"documentation": "^13.0.2",
"semantic-release": "^17.1.2"
},
"engines": {
"node": ">=12.16.2"
"node": ">=12.19.0"
},

@@ -40,0 +44,0 @@ "repository": {

@@ -7,8 +7,6 @@ [![npm](https://img.shields.io/npm/v/loglevel-mixin.svg)](https://www.npmjs.com/package/loglevel-mixin)

[![Build Status](https://travis-ci.com/arlac77/loglevel-mixin.svg?branch=master)](https://travis-ci.com/arlac77/loglevel-mixin)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/loglevel-mixin)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/loglevel-mixin.git)
[![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/loglevel-mixin/badge.svg)](https://snyk.io/test/github/arlac77/loglevel-mixin)
[![codecov.io](http://codecov.io/github/arlac77/loglevel-mixin/coverage.svg?branch=master)](http://codecov.io/github/arlac77/loglevel-mixin?branch=master)
[![Coverage Status](https://coveralls.io/repos/arlac77/loglevel-mixin/badge.svg)](https://coveralls.io/r/arlac77/loglevel-mixin)

@@ -15,0 +13,0 @@ # loglevel-mixin

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