Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "anylogger", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Get a logger. Any logger.", | ||
@@ -5,0 +5,0 @@ "src": "./anylogger.js", |
@@ -1,2 +0,2 @@ | ||
# anylogger <sub><sup>1.0.8</sup></sub> | ||
# anylogger <sub><sup>1.0.9</sup></sub> | ||
### Get a logger. Any logger. | ||
@@ -121,5 +121,5 @@ | ||
* [anylogger.js](https://unpkg.com/anylogger@1.0.8/anylogger.js) | ||
* [anylogger.js](https://unpkg.com/anylogger@1.0.9/anylogger.js) | ||
(fully commented source ~5kB) | ||
* [anylogger.min.js](https://unpkg.com/anylogger@1.0.8/anylogger.min.js) | ||
* [anylogger.min.js](https://unpkg.com/anylogger@1.0.9) | ||
(minified 639 bytes, gzipped ~[370](#gzip-size) bytes) | ||
@@ -132,3 +132,3 @@ | ||
```html | ||
<script src="https://unpkg.com/anylogger@1.0.8/"></script> | ||
<script src="https://unpkg.com/anylogger@1.0.9"></script> | ||
<script>(function(){ // IIFE | ||
@@ -581,3 +581,3 @@ var log = anylogger('index.html') | ||
Please have a look at the | ||
[source](https://unpkg.com/anylogger@1.0.8/anylogger.js) | ||
[source](https://unpkg.com/anylogger@1.0.9/anylogger.js) | ||
it should make it more clear how to write an adapter. Also consider studying | ||
@@ -584,0 +584,0 @@ the [available adapters](https://www.npmjs.com/search?q=keywords:anylogger) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46066