Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

brolog

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brolog - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

7

bundles/brolog.js

@@ -229,2 +229,9 @@ /*!

exports.Brolog = Brolog;
/**
* install UMD module to browser global window
* http://stackoverflow.com/a/35298272/1123955
*/
if (typeof window !== 'undefined') {
window.Brolog = Brolog;
}
exports.sharedInstance = new Brolog();

@@ -231,0 +238,0 @@ exports.default = exports.sharedInstance;

@@ -179,4 +179,11 @@ "use strict";

exports.Brolog = Brolog;
/**
* install UMD module to browser global window
* http://stackoverflow.com/a/35298272/1123955
*/
if (typeof window !== 'undefined') {
window.Brolog = Brolog;
}
exports.sharedInstance = new Brolog();
exports.default = exports.sharedInstance;
//# sourceMappingURL=brolog.js.map

2

package.json
{
"name": "brolog",
"version": "1.1.5",
"version": "1.1.6",
"description": "Npmlog like logger for Browser",

@@ -5,0 +5,0 @@ "main": "bundles/brolog.js",

Sorry, the diff of this file is not supported yet

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