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.4.3 to 1.0.6

dist/amd/brolog.d.ts

32

package.json
{
"name": "brolog",
"version": "0.4.3",
"version": "1.0.6",
"description": "Npmlog like logger for Browser",
"main": "src/brolog.js",
"typings": "index.d.ts",
"main": "dist/brolog.js",
"typings": "dist/brolog.d.ts",
"scripts": {
"clean": "rm -fr dist/",
"dist": "npm run clean && npm run build:umd && npm run build && npm run build:amd && npm run build:system",
"build": "tsc",
"build:umd": "tsc --module umd --outDir dist/umd",
"build:amd": "tsc --module amd --outDir dist/amd",
"build:system": "tsc --module system --outDir dist/system",
"e2e": "test/protractor.sh",
"lint": "node src/brolog.js",
"test": "npm run unit && npm run e2e",
"unit": "tap -R tap test/unit/**/*.spec.js"
"lint": "npm run tslint",
"tslint": "tslint src/**/*.ts && tsc --noEmit",
"test": "npm run dist && npm run unit && npm run e2e",
"unit": "tap -R tap test/unit/**/*.spec.ts"
},

@@ -33,7 +40,10 @@ "repository": {

"devDependencies": {
"jasmine-spec-reporter": "^3.2.0",
"jasmine-spec-reporter": "^4.0.0",
"protractor": "^5.1.1",
"sinon": "^2.0.0",
"sinon": "^2.1.0",
"sinon-test": "^1.0.1",
"tap": "^10.3.0"
"tap": "^10.3.0",
"ts-node": "^3.0.2",
"tslint": "^5.1.0",
"typescript": "^2.3.2"
},

@@ -45,6 +55,4 @@ "files": [

"LICENSE",
"index.js",
"index.d.ts",
"src/brolog.js"
"dist/"
]
}

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

## v0.4 (master)
## v1.0.0 (May 2017)
Compatible with AOT & WebPack with Angular v4.0
1. Rewrite from JavaScript to TypeScript
1. Add UMD/AMD/System Module support
## v0.4 (Mar 2017)
1. added timestamp to log output

@@ -174,0 +181,0 @@ 1. fix CI back to work

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