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 6.0.1 to 6.0.2

14

package.json
{
"name": "loglevel-mixin",
"version": "6.0.1",
"version": "6.0.2",
"publishConfig": {

@@ -27,14 +27,14 @@ "access": "public"

"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme ./src/loglevel-mixin.mjs --section=API",
"docs": "documentation readme --section=API ./src/**/*.mjs",
"lint": "npm run lint:docs",
"lint:docs": "documentation lint ./src/loglevel-mixin.mjs"
"lint:docs": "documentation lint ./src/**/*.mjs"
},
"devDependencies": {
"ava": "^3.14.0",
"c8": "^7.3.5",
"ava": "^3.15.0",
"c8": "^7.4.0",
"documentation": "github:arlac77/documentation",
"semantic-release": "^17.3.0"
"semantic-release": "^17.3.3"
},
"engines": {
"node": ">=12.19.0"
"node": ">=12.20.1"
},

@@ -41,0 +41,0 @@ "repository": {

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

[![GitHub Issues](https://img.shields.io/github/issues/arlac77/loglevel-mixin.svg?style=flat-square)](https://github.com/arlac77/loglevel-mixin/issues)
[![Build Action Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Floglevel-mixin%2Fbadge&style=flat)](https://actions-badge.atrox.dev/arlac77/loglevel-mixin/goto)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Floglevel-mixin%2Fbadge&style=flat)](https://actions-badge.atrox.dev/arlac77/loglevel-mixin/goto)
[![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

@@ -9,0 +9,0 @@ [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

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