Socket
Socket
Sign inDemoInstall

aurelia-logging

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia-logging - npm Package Compare versions

Comparing version 1.0.0-beta.1.1.1 to 1.0.0-beta.1.1.2

2

bower.json
{
"name": "aurelia-logging",
"version": "1.0.0-beta.1.1.1",
"version": "1.0.0-beta.1.1.2",
"description": "A minimal but effective logging mechanism with support for log levels and pluggable log appenders.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -105,2 +105,7 @@ declare module 'aurelia-logging' {

/**
* The id that the logger was created with.
*/
id: string;
/**
* You cannot instantiate the logger directly - you must use the getLogger method instead.

@@ -107,0 +112,0 @@ */

@@ -105,2 +105,7 @@ declare module 'aurelia-logging' {

/**
* The id that the logger was created with.
*/
id: string;
/**
* You cannot instantiate the logger directly - you must use the getLogger method instead.

@@ -107,0 +112,0 @@ */

@@ -182,2 +182,7 @@ /**

/**
* The id that the logger was created with.
*/
id: string;
/**
* You cannot instantiate the logger directly - you must use the getLogger method instead.

@@ -184,0 +189,0 @@ */

@@ -105,2 +105,7 @@ declare module 'aurelia-logging' {

/**
* The id that the logger was created with.
*/
id: string;
/**
* You cannot instantiate the logger directly - you must use the getLogger method instead.

@@ -107,0 +112,0 @@ */

@@ -105,2 +105,7 @@ declare module 'aurelia-logging' {

/**
* The id that the logger was created with.
*/
id: string;
/**
* You cannot instantiate the logger directly - you must use the getLogger method instead.

@@ -107,0 +112,0 @@ */

@@ -182,2 +182,7 @@ /**

/**
* The id that the logger was created with.
*/
id: string;
/**
* You cannot instantiate the logger directly - you must use the getLogger method instead.

@@ -184,0 +189,0 @@ */

@@ -105,2 +105,7 @@ declare module 'aurelia-logging' {

/**
* The id that the logger was created with.
*/
id: string;
/**
* You cannot instantiate the logger directly - you must use the getLogger method instead.

@@ -107,0 +112,0 @@ */

@@ -21,3 +21,3 @@ {

{
"id": 27,
"id": 28,
"name": "constructor",

@@ -34,3 +34,3 @@ "kind": 512,

{
"id": 28,
"id": 29,
"name": "new Logger",

@@ -45,3 +45,3 @@ "kind": 16384,

{
"id": 29,
"id": 30,
"name": "id",

@@ -57,3 +57,3 @@ "kind": 32768,

{
"id": 30,
"id": 31,
"name": "key",

@@ -79,3 +79,19 @@ "kind": 32768,

{
"id": 31,
"id": 27,
"name": "id",
"kind": 1024,
"kindString": "Property",
"flags": {
"isExported": true
},
"comment": {
"shortText": "The id that the logger was created with."
},
"type": {
"type": "instrinct",
"name": "string"
}
},
{
"id": 32,
"name": "debug",

@@ -89,3 +105,3 @@ "kind": 2048,

{
"id": 32,
"id": 33,
"name": "debug",

@@ -100,3 +116,3 @@ "kind": 4096,

{
"id": 33,
"id": 34,
"name": "message",

@@ -123,3 +139,3 @@ "kind": 32768,

{
"id": 40,
"id": 41,
"name": "error",

@@ -133,3 +149,3 @@ "kind": 2048,

{
"id": 41,
"id": 42,
"name": "error",

@@ -144,3 +160,3 @@ "kind": 4096,

{
"id": 42,
"id": 43,
"name": "message",

@@ -167,3 +183,3 @@ "kind": 32768,

{
"id": 34,
"id": 35,
"name": "info",

@@ -177,3 +193,3 @@ "kind": 2048,

{
"id": 35,
"id": 36,
"name": "info",

@@ -188,3 +204,3 @@ "kind": 4096,

{
"id": 36,
"id": 37,
"name": "message",

@@ -211,3 +227,3 @@ "kind": 32768,

{
"id": 37,
"id": 38,
"name": "warn",

@@ -221,3 +237,3 @@ "kind": 2048,

{
"id": 38,
"id": 39,
"name": "warn",

@@ -232,3 +248,3 @@ "kind": 4096,

{
"id": 39,
"id": 40,
"name": "message",

@@ -260,2 +276,9 @@ "kind": 32768,

"children": [
28
]
},
{
"title": "Properties",
"kind": 1024,
"children": [
27

@@ -268,6 +291,6 @@ ]

"children": [
31,
40,
34,
37
32,
41,
35,
38
]

@@ -647,3 +670,3 @@ }

{
"id": 43,
"id": 44,
"name": "logLevel",

@@ -666,3 +689,3 @@ "kind": 32,

{
"id": 47,
"id": 48,
"name": "addAppender",

@@ -676,3 +699,3 @@ "kind": 64,

{
"id": 48,
"id": 49,
"name": "addAppender",

@@ -687,3 +710,3 @@ "kind": 4096,

{
"id": 49,
"id": 50,
"name": "appender",

@@ -712,3 +735,3 @@ "kind": 32768,

{
"id": 44,
"id": 45,
"name": "getLogger",

@@ -722,3 +745,3 @@ "kind": 64,

{
"id": 45,
"id": 46,
"name": "getLogger",

@@ -734,3 +757,3 @@ "kind": 4096,

{
"id": 46,
"id": 47,
"name": "id",

@@ -759,3 +782,3 @@ "kind": 32768,

{
"id": 50,
"id": 51,
"name": "setLevel",

@@ -769,3 +792,3 @@ "kind": 64,

{
"id": 51,
"id": 52,
"name": "setLevel",

@@ -780,3 +803,3 @@ "kind": 4096,

{
"id": 52,
"id": 53,
"name": "level",

@@ -823,3 +846,3 @@ "kind": 32768,

"children": [
43
44
]

@@ -831,5 +854,5 @@ },

"children": [
47,
44,
50
48,
45,
51
]

@@ -836,0 +859,0 @@ }

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

### 1.0.0-beta.1.1.2 (2016-03-01)
#### Bug Fixes
* **logging:** fix the interface ([6276c3b0](http://github.com/aurelia/logging/commit/6276c3b0e89e2ecb37c873f467a47499c60386ed))
## 1.0.0-beta.1.1.1 (2016-01-28)

@@ -2,0 +10,0 @@

{
"name": "aurelia-logging",
"version": "1.0.0-beta.1.1.1",
"version": "1.0.0-beta.1.1.2",
"description": "A minimal but effective logging mechanism with support for log levels and pluggable log appenders.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -182,2 +182,7 @@ /**

/**
* The id that the logger was created with.
*/
id: string;
/**
* You cannot instantiate the logger directly - you must use the getLogger method instead.

@@ -184,0 +189,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