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

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('./src/brolog')
module.exports = require('./src/brolog.js')
{
"name": "brolog",
"version": "0.0.11",
"version": "0.0.12",
"description": "Npmlog for Browser",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -9,2 +9,10 @@ # brolog [![Build Status](https://travis-ci.org/zixia/brolog.svg?branch=master)](https://travis-ci.org/zixia/brolog)

# Feature
1. TypeScript support.(by typing file index.d.ts)
2. SystemJS support.
2. Angular 2 support.
Demo starter can be found here:
# Basic Usage

@@ -11,0 +19,0 @@

@@ -52,3 +52,3 @@ var brolog = (function() {

}
if (LEVELS[l]) {
if (typeof LEVELS[l] !== 'undefined') {
currentLevel = LEVELS[l]

@@ -55,0 +55,0 @@ currentLevelName = l

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