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.3 to 1.6.4

16

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

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

"scripts": {
"cover": "npm run build && ./node_modules/istanbul/lib/cli.js cover --hook-run-in-context ./node_modules/mocha/bin/_mocha -- --R spec --U exports tests/*_test.js",
"docs": "jsdoc2md -l off -t doc/README.hbs -f src/LogLevelMixin.js > README.md",
"build": "./node_modules/rollup/bin/rollup --output=dist/LogLevelMixin.js -c -- src/LogLevelMixin.js",
"test": "npm run build && mocha tests/*_test.js && markdown-doctest",
"cover": "npm run build && 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"

@@ -31,6 +31,6 @@ },

"mocha": "^3.1.2",
"rollup": "^0.36.3",
"semantic-release": "^6.3.2",
"rollup": "^0.36.4",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-node-resolve": "^2.0.0"
"rollup-plugin-node-resolve": "^2.0.0",
"semantic-release": "^6.3.3"
},

@@ -37,0 +37,0 @@ "release": {

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