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.5 to 1.6.6

4

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

@@ -31,4 +31,2 @@ "main": "dist/LogLevelMixin.js",

"rollup": "^0.36.4",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-node-resolve": "^2.0.0",
"semantic-release": "^6.3.3"

@@ -35,0 +33,0 @@ },

/* jslint node: true, esnext: true */
'use strict';
import nodeResolve from 'rollup-plugin-node-resolve';
import commonjs from 'rollup-plugin-commonjs';
export default {
format: 'cjs',
plugins: [nodeResolve(), commonjs()]
plugins: []
};
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