caterpillar-human
Advanced tools
Comparing version 3.2.0 to 4.0.0-next.1574044686.5736eb651d3964902089c0d6660d3230d15cb4eb
@@ -51,3 +51,3 @@ /* eslint class-methods-use-this:0 */ | ||
Convert Logger entries into human readable format. | ||
Extends http://rawgit.com/bevry/caterpillar/master/docs/index.html#Transform | ||
Extends http://master.caterpillar.bevry.surge.sh/docs/Transform.html | ||
@extends Transform | ||
@@ -54,0 +54,0 @@ @example |
# History | ||
## v4.0.0 2019 November 18 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
- Minimum required node version changed from `node: >=0.12` to `node: >=8` to keep up with mandatory ecosystem changes | ||
## v3.2.0 2019 November 13 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"title": "Human Transform for [Caterpillar](https://github.com/bevry/caterpillar)", | ||
"name": "caterpillar-human", | ||
"version": "3.2.0", | ||
"version": "4.0.0-next.1574044686.5736eb651d3964902089c0d6660d3230d15cb4eb", | ||
"description": "Turn your [Caterpillar](https://github.com/bevry/caterpillar) logger stream into a beautiful readable format with colors and optional debug information", | ||
@@ -56,3 +56,4 @@ "homepage": "https://github.com/bevry/caterpillar-human", | ||
"contributors": [ | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)" | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)", | ||
"dependabot-preview[bot] (http://github.com/apps/dependabot-preview)" | ||
], | ||
@@ -67,3 +68,3 @@ "bugs": { | ||
"engines": { | ||
"node": ">=0.12" | ||
"node": ">=8" | ||
}, | ||
@@ -81,3 +82,3 @@ "editions": [ | ||
"engines": { | ||
"node": "6 || 8 || 10 || 12 || 13", | ||
"node": "8 || 10 || 12", | ||
"browsers": false | ||
@@ -98,23 +99,9 @@ } | ||
} | ||
}, | ||
{ | ||
"description": "esnext compiled for node.js 0.12 with require for modules", | ||
"directory": "edition-node-0.12", | ||
"entry": "index.js", | ||
"tags": [ | ||
"javascript", | ||
"require" | ||
], | ||
"engines": { | ||
"node": "0.12 || 4 || 6 || 8 || 10 || 12 || 13", | ||
"browsers": false | ||
} | ||
} | ||
], | ||
"main": "index.js", | ||
"main": "source/index.js", | ||
"browser": "edition-browsers/index.js", | ||
"dependencies": { | ||
"ansicolors": "~0.3.2", | ||
"ansistyles": "~0.1.3", | ||
"editions": "^2.2.0" | ||
"ansistyles": "~0.1.3" | ||
}, | ||
@@ -126,16 +113,16 @@ "devDependencies": { | ||
"@babel/preset-env": "^7.7.1", | ||
"assert-helpers": "4.10.0", | ||
"assert-helpers": "5.4.0", | ||
"caterpillar": "^3.3.0", | ||
"eslint": "^6.6.0", | ||
"eslint-config-bevry": "^1.2.1", | ||
"eslint-config-prettier": "^6.5.0", | ||
"eslint-config-prettier": "^6.6.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"jsdoc": "^3.6.3", | ||
"kava": "^3.2.0", | ||
"kava": "4.0.0", | ||
"minami": "^1.2.3", | ||
"prettier": "^1.19.1", | ||
"projectz": "^1.9.0", | ||
"projectz": "^1.10.0", | ||
"surge": "^0.21.3", | ||
"valid-directory": "^1.0.0" | ||
"valid-directory": "^1.1.1" | ||
}, | ||
@@ -147,5 +134,4 @@ "peerDependencies": { | ||
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:compile": "npm run our:compile:edition-browsers && npm run our:compile:edition-node-0.12", | ||
"our:compile": "npm run our:compile:edition-browsers", | ||
"our:compile:edition-browsers": "env BABEL_ENV=edition-browsers babel --out-dir ./edition-browsers ./source", | ||
"our:compile:edition-node-0.12": "env BABEL_ENV=edition-node-0.12 babel --out-dir ./edition-node-0.12 ./source", | ||
"our:deploy": "echo no need for this project", | ||
@@ -169,3 +155,3 @@ "our:meta": "npm run our:meta:docs && npm run our:meta:projectz", | ||
"our:verify:prettier": "prettier --write ./source/**", | ||
"test": "node ./test.js" | ||
"test": "node ./source/test.js" | ||
}, | ||
@@ -197,19 +183,2 @@ "eslintConfig": { | ||
] | ||
}, | ||
"edition-node-0.12": { | ||
"sourceType": "script", | ||
"presets": [ | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"targets": { | ||
"node": "0.12" | ||
}, | ||
"modules": "commonjs" | ||
} | ||
] | ||
], | ||
"plugins": [ | ||
"@babel/proposal-object-rest-spread" | ||
] | ||
} | ||
@@ -216,0 +185,0 @@ } |
@@ -57,6 +57,5 @@ <!-- TITLE/ --> | ||
<ul><li><code>caterpillar-human</code> aliases <code>caterpillar-human/index.js</code> which uses <a href="https://editions.bevry.me" title="Editions are the best way to produce and consume packages you care about.">Editions</a> to automatically select the correct edition for the consumers environment</li> | ||
<ul><li><code>caterpillar-human</code> aliases <code>caterpillar-human/source/index.js</code></li> | ||
<li><code>caterpillar-human/source/index.js</code> is esnext source code with require for modules</li> | ||
<li><code>caterpillar-human/edition-browsers/index.js</code> is esnext compiled for browsers with require for modules</li> | ||
<li><code>caterpillar-human/edition-node-0.12/index.js</code> is esnext compiled for node.js 0.12 with require for modules</li></ul> | ||
<li><code>caterpillar-human/edition-browsers/index.js</code> is esnext compiled for browsers with require for modules</li></ul> | ||
@@ -120,3 +119,4 @@ <h3><a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a></h3> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/caterpillar-human/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/caterpillar-human">view contributions</a></li></ul> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/caterpillar-human/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/caterpillar-human">view contributions</a></li> | ||
<li><a href="http://github.com/apps/dependabot-preview">dependabot-preview[bot]</a> — <a href="https://github.com/bevry/caterpillar-human/commits?author=dependabot-preview[bot]" title="View the GitHub contributions of dependabot-preview[bot] on repository bevry/caterpillar-human">view contributions</a></li></ul> | ||
@@ -123,0 +123,0 @@ <a href="https://github.com/bevry/caterpillar-human/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a> |
@@ -30,3 +30,3 @@ /* eslint class-methods-use-this:0 */ | ||
Convert Logger entries into human readable format. | ||
Extends http://rawgit.com/bevry/caterpillar/master/docs/index.html#Transform | ||
Extends http://master.caterpillar.bevry.surge.sh/docs/Transform.html | ||
@extends Transform | ||
@@ -33,0 +33,0 @@ @example |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3
0
0
31116
8
362
1
- Removededitions@^2.2.0