You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

axe

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.10 to 3.0.11

7

lib/index.js

@@ -51,2 +51,4 @@ "use strict";

var isFunction = require('lodash/isFunction');
var boolean = require('boolean');

@@ -61,6 +63,3 @@

var appInfo;
if (typeof parseAppInfo === 'function') parseAppInfo().then(function (app) {
appInfo = app;
});
var appInfo = isFunction(parseAppInfo) ? parseAppInfo() : false;
var standardHeaders = standard.map(function (o) {

@@ -67,0 +66,0 @@ return o['Header Field Name'].toLowerCase();

{
"name": "axe",
"description": "Logging add-on to send logs over HTTP to your server in Node and Browser environments. Works with any logger! Chop up your logs consistently! Made for Cabin and Lad.",
"version": "3.0.10",
"version": "3.0.11",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com)",

@@ -29,3 +29,3 @@ "ava": {

"console-polyfill": "^0.3.0",
"cuid": "^2.1.4",
"cuid": "^2.1.6",
"fast-safe-stringify": "^2.0.6",

@@ -41,16 +41,16 @@ "format-specifiers": "^1.0.0",

"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@commitlint/cli": "^7.3.2",
"@commitlint/config-conventional": "^7.3.1",
"ava": "^1.1.0",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"ava": "^1.2.1",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"caniuse-lite": "^1.0.30000930",
"codecov": "^3.1.0",
"consola": "^2.3.2",
"caniuse-lite": "^1.0.30000938",
"codecov": "^3.2.0",
"consola": "^2.4.1",
"cross-env": "^5.2.0",
"eslint": "5.12.1",
"eslint": "5.14.0",
"eslint-config-xo-lass": "^1.0.3",
"eslint-plugin-compat": "^2.6.3",
"eslint-plugin-compat": "^2.7.0",
"eslint-plugin-node": "^8.0.1",

@@ -61,6 +61,6 @@ "express": "^4.16.4",

"jsdom": "13.2.0",
"koa": "^2.6.2",
"lint-staged": "^8.1.0",
"nyc": "^13.1.0",
"pino": "^5.10.10",
"koa": "^2.7.0",
"lint-staged": "^8.1.4",
"nyc": "^13.3.0",
"pino": "^5.11.1",
"remark-cli": "^6.0.1",

@@ -67,0 +67,0 @@ "remark-preset-github": "^0.0.13",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc