Comparing version 0.3.1 to 0.4.0
{ | ||
"name": "anylogger", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "Get a logger. Any logger.", | ||
"main": "any.js", | ||
"files": [ | ||
"any.js", | ||
"any.min.js" | ||
], | ||
"scripts": { | ||
@@ -7,0 +11,0 @@ "build": "node build.js", |
@@ -1,2 +0,2 @@ | ||
# anylogger <sub><sup>v0.3.1</sup></sub> | ||
# anylogger <sub><sup>v0.4.0</sup></sub> | ||
### Get a logger. Any logger. | ||
@@ -36,4 +36,4 @@ | ||
[any.js](https://unpkg.com/anylogger@0.3.1/any.js) (fully commented source ~5kB) | ||
[any.min.js](https://unpkg.com/anylogger@0.3.1/any.min.js) (minified and gzipped ~0.5 kB) | ||
[any.js](https://unpkg.com/anylogger@0.4.0/any.js) (fully commented source ~5kB) | ||
[any.min.js](https://unpkg.com/anylogger@0.4.0/any.min.js) (minified and gzipped ~0.5 kB) | ||
@@ -45,3 +45,3 @@ | ||
```html | ||
<script src="https://unpkg.com/anylogger@0.3.1/any.min.js"></script> | ||
<script src="https://unpkg.com/anylogger@0.4.0/any.min.js"></script> | ||
<script>(function(){ // IIFE | ||
@@ -302,3 +302,3 @@ var log = anylogger('index.html') | ||
Please have a look at the [source](https://unpkg.com/anylogger@0.3.1/any.js) | ||
Please have a look at the [source](https://unpkg.com/anylogger@0.4.0/any.js) | ||
it should make it more clear how to write an adapter. Also consider studying | ||
@@ -305,0 +305,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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
19569
5
107