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

ax

Package Overview
Dependencies
Maintainers
2
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.2.1 to 0.2.2

ax.coffee

8

ax.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.4.0
// Generated by CoffeeScript 1.8.0
(function() {

@@ -13,3 +13,2 @@ var Ax, sprintf, w,

module.exports = Ax = (function() {
Ax.prototype._suppress = {

@@ -24,8 +23,7 @@ "error": w("warn info debug verbose"),

function Ax(configuration) {
var _ref, _ref1;
this.level = configuration.level, this.stream = configuration.stream, this.name = configuration.name;
if ((_ref = this.name) == null) {
if (this.name == null) {
this.name = "-";
}
if ((_ref1 = this.stream) == null) {
if (this.stream == null) {
this.stream = process.stdout;

@@ -32,0 +30,0 @@ }

{
"name": "ax",
"version": "0.2.1",
"version": "0.2.2",
"description": "A simple logging library",
"main": "ax.js",
"files": [
"ax.js",
"ReadMe.md"
],
"files": [ "ax.coffee", "ax.js", "ReadMe.md" ],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "coffee -o . -c *.coffee"
},
"repository": {
"type": "git",
"url": "git://github.com/automatthew/ax.git"
"url": "git://github.com/pandastrike/ax.git"
},

@@ -21,7 +19,8 @@ "keywords": [

],
"author": "Dan Yoder",
"license": "BSD",
"authors": ["Dan Yoder", "Matthew King"],
"license": "MIT",
"dependencies": {
"sprintf": "0.1.x"
}
},
"readmeFilename": "README.md"
}
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