Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

anylogger

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anylogger - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

any.min.js

6

package.json
{
"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",

10

README.md

@@ -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)

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