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.3.0 to 0.3.2

8

package.json
{
"name": "brolog",
"version": "0.3.0",
"description": "Npmlog like logger for Browser, with Angular/Typescript support",
"version": "0.3.2",
"description": "Npmlog like logger for Browser",
"main": "index.js",
"scripts": {
"test": "npm run unit",
"test": "npm run unit && npm run e2e",
"unit": "tap -R tap test/unit/**/*.spec.js",
"e2e": "protractor"
"e2e": "test/protractor.sh"
},

@@ -11,0 +11,0 @@ "repository": {

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

# Test
Brolog comes with well test suit to ensure the behaviour is expected.
## Unit Test
```
$ npm run unit
```
Unite Test Suite: [link](https://github.com/zixia/brolog/tree/master/test/unit)
## End to End Test
```
$ npm run e2e
```
End to End Test Suite: [link](https://github.com/zixia/brolog/tree/master/test/e2e)
P.S. E2E test is on top of brolog demo project: [git repository](https://github.com/zixia/brolog-angular-demo)
# Reference

@@ -145,0 +167,0 @@

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