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 0.0.12 to 0.0.13

5

package.json
{
"name": "brolog",
"version": "0.0.12",
"description": "Npmlog for Browser",
"version": "0.0.13",
"description": "Npmlog like logger for Browser",
"main": "index.js",

@@ -14,2 +14,3 @@ "scripts": {

"keywords": [
"brolog",
"npmlog",

@@ -16,0 +17,0 @@ "log",

12

README.md
# brolog [![Build Status](https://travis-ci.org/zixia/brolog.svg?branch=master)](https://travis-ci.org/zixia/brolog)
Npmlog for Browser
Npmlog like Logger for Browser

@@ -11,7 +11,9 @@ This logger simulate the basic npmlog behaviour in browser.

1. TypeScript support.(by typing file index.d.ts)
2. SystemJS support.
2. Angular 2 support.
1. Support import with TypeScript. (typing file [index.d.ts](https://github.com/zixia/brolog/blob/master/index.d.ts))
1. Support Angular2 & SystemJS. (demo project [git repository](https://github.com/zixia/brolog-angular-demo))
1. Support show **real** line number in browser console.
> What I really get frustrated by is that I cannot wrap console.* and preserve line numbers
Demo starter can be found here:
[We enabled this in Chrome DevTools via blackboxing a bit ago.](https://gist.github.com/paulirish/c307a5a585ddbcc17242)
1. Certainly it can run under nodejs. (Just for test & fun. example [here](https://github.com/zixia/brolog/blob/master/example/npm-like-logger.js))

@@ -18,0 +20,0 @@ # Basic Usage

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