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

axe - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

lib/index.js

@@ -21,3 +21,3 @@ "use strict";

var format = require('format-util');
var format = require('util-format-x');

@@ -24,0 +24,0 @@ var superagent = require('@ladjs/superagent');

{
"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.2",
"version": "3.0.3",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com)",

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

"format-specifiers": "^1.0.0",
"format-util": "^1.0.3",
"lodash": "^4.17.11",
"message-headers": "^1.0.1",
"parse-err": "^0.0.5"
"parse-err": "^0.0.5",
"util-format-x": "^1.3.0"
},

@@ -39,15 +39,15 @@ "devDependencies": {

"@babel/preset-env": "^7.2.3",
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"ava": "^1.0.1",
"@commitlint/cli": "^7.3.2",
"@commitlint/config-conventional": "^7.3.1",
"ava": "^1.1.0",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"caniuse-lite": "^1.0.30000927",
"caniuse-lite": "^1.0.30000929",
"codecov": "^3.1.0",
"consola": "^2.3.1",
"consola": "^2.3.2",
"cross-env": "^5.2.0",
"eslint": "5.11.1",
"eslint": "5.12.0",
"eslint-config-xo-lass": "^1.0.3",
"eslint-plugin-compat": "^2.6.3",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-node": "^8.0.1",
"express": "^4.16.4",

@@ -60,3 +60,3 @@ "fixpack": "^2.3.1",

"nyc": "^13.1.0",
"pino": "^5.10.6",
"pino": "^5.10.7",
"remark-cli": "^6.0.1",

@@ -68,3 +68,3 @@ "remark-preset-github": "^0.0.13",

"tinyify": "^2.5.0",
"xo": "^0.23.0"
"xo": "^0.24.0"
},

@@ -162,3 +162,3 @@ "engines": {

"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "xo && remark . -qfo && eslint lib && eslint dist",
"lint": "xo && remark . -qfo && eslint lib",
"minify": "cross-env NODE_ENV=production browserify src/index.js -o dist/axe.min.js -s Axe -d -t babelify -p tinyify",

@@ -165,0 +165,0 @@ "nyc": "cross-env NODE_ENV=test nyc ava",

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc