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

ax

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ax - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

lib/ax.js

@@ -67,3 +67,3 @@ var inspect = require("util").inspect

if (logger.options.file){
logger.stream = fs.createWriteStream(logger.options.file);
logger.stream = fs.createWriteStream(logger.options.file, {"flags": "a"});
} else {

@@ -70,0 +70,0 @@ if(process.title === "node")

{ "name": "ax"
, "version": "0.1.2"
, "version": "0.1.3"
, "description": "A simple logger"

@@ -36,2 +36,5 @@ , "keywords": [ "log", "logger" ]

}
, { "name": "Matthew King"
, "email": "mking@spire.io"
}
]

@@ -38,0 +41,0 @@ , "main" : "./lib/ax.js"

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