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.11 to 1.6.12

12

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

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

"scripts": {
"cover": "npm run build && node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -u exports tests/*_test.js",
"cover": "npm run prepublish && node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -u exports tests/*_test.js",
"docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js > README.md",
"build": "node_modules/rollup/bin/rollup --output=dist/LogLevelMixin.js -c -- src/LogLevelMixin.js",
"test": "npm run build && node_modules/.bin/mocha tests/*_test.js && markdown-doctest",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"test": "node_modules/.bin/mocha tests/*_test.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"prepublish": "node_modules/rollup/bin/rollup --output=dist/LogLevelMixin.js -c -- src/LogLevelMixin.js",
"pretest": "npm run prepublish",
"posttest": "markdown-doctest"
},

@@ -15,0 +17,0 @@ "repository": {

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