caterpillar-filter
Advanced tools
Comparing version 6.0.0 to 6.1.0-next.1589202626.b18a180b71f7e0178ddaefefc6744985e3b32bee
@@ -12,3 +12,3 @@ // Imports | ||
* const filter = new Filter() | ||
* logger.pipe(Filter.pipe(process.stdout) | ||
* logger.pipe(filter).pipe(process.stdout) | ||
* logger.log('info', 'this will be outputted') | ||
@@ -15,0 +15,0 @@ * logger.log('debug', 'this will be ignored') |
@@ -14,3 +14,3 @@ 'use strict' | ||
* const filter = new Filter() | ||
* logger.pipe(Filter.pipe(process.stdout) | ||
* logger.pipe(filter).pipe(process.stdout) | ||
* logger.log('info', 'this will be outputted') | ||
@@ -17,0 +17,0 @@ * logger.log('debug', 'this will be ignored') |
# History | ||
## v6.1.0 2020 May 11 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v6.0.0 2020 May 8 | ||
@@ -4,0 +8,0 @@ |
@@ -8,3 +8,3 @@ <!-- LICENSEFILE/ --> | ||
<ul><li>Copyright © 2012+ <a href="http://bevry.me">Bevry Pty Ltd</a></li> | ||
<li>Copyright © 2011 <a href="http://balupton.com">Benjamin Lupton</a></li></ul> | ||
<li>Copyright © 2011 <a href="https://balupton.com">Benjamin Lupton</a></li></ul> | ||
@@ -11,0 +11,0 @@ and licensed under: |
{ | ||
"title": "Filter Transform for Caterpillar", | ||
"name": "caterpillar-filter", | ||
"version": "6.0.0", | ||
"version": "6.1.0-next.1589202626.b18a180b71f7e0178ddaefefc6744985e3b32bee", | ||
"description": "Filter out undesired log levels from your Caterpillar logger stream", | ||
@@ -56,12 +56,16 @@ "homepage": "https://github.com/bevry/caterpillar-filter", | ||
"wishlistURL": "https://bevry.me/wishlist", | ||
"travisTLD": "com" | ||
"travisTLD": "com", | ||
"githubUsername": "bevry", | ||
"githubRepository": "caterpillar-filter", | ||
"githubSlug": "bevry/caterpillar-filter", | ||
"npmPackageName": "caterpillar-filter" | ||
} | ||
}, | ||
"funding": "https://bevry.me/fund", | ||
"author": "2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011 Benjamin Lupton <b@lupton.cc> (http://balupton.com)", | ||
"author": "2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011 Benjamin Lupton <b@lupton.cc> (https://balupton.com)", | ||
"maintainers": [ | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)" | ||
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)" | ||
], | ||
"contributors": [ | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)" | ||
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)" | ||
], | ||
@@ -123,8 +127,8 @@ "bugs": { | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.0.1", | ||
"@bevry/update-contributors": "^1.5.0", | ||
"@typescript-eslint/eslint-plugin": "^2.31.0", | ||
"@typescript-eslint/parser": "^2.31.0", | ||
"assert-helpers": "^6.2.0", | ||
"caterpillar": "^5.1.2", | ||
"eslint": "^6.8.0", | ||
"assert-helpers": "^6.3.0", | ||
"caterpillar": "^5.2.0", | ||
"eslint": "^7.0.0", | ||
"eslint-config-bevry": "^3.4.0", | ||
@@ -134,5 +138,5 @@ "eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"kava": "^4.4.0", | ||
"kava": "^5.0.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^1.19.1", | ||
"projectz": "^2.1.0", | ||
"surge": "^0.21.3", | ||
@@ -145,3 +149,3 @@ "typedoc": "^0.17.6", | ||
"peerDependencies": { | ||
"caterpillar": "^5.1.2" | ||
"caterpillar": "^5.2.0" | ||
}, | ||
@@ -172,4 +176,4 @@ "scripts": { | ||
"our:verify:module": "npx valid-module", | ||
"our:verify:prettier": "prettier --write .", | ||
"our:verify:typescript": "tsc --noEmit --project tsconfig.json", | ||
"our:verify:prettier": "npx prettier --write .", | ||
"our:verify:typescript": "npx -p typescript tsc --noEmit --project tsconfig.json", | ||
"test": "node ./edition-esnext/test.js" | ||
@@ -176,0 +180,0 @@ }, |
@@ -40,2 +40,4 @@ <!-- TITLE/ --> | ||
[Example.](https://github.com/bevry/caterpillar-examples/blob/master/source/filter.ts) | ||
<!-- INSTALL/ --> | ||
@@ -56,3 +58,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/caterpillar-filter/^6.0.0' | ||
import pkg from '//cdn.pika.dev/caterpillar-filter/^6.1.0' | ||
</script> | ||
@@ -65,3 +67,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/caterpillar-filter@^6.0.0' | ||
import pkg from '//unpkg.com/caterpillar-filter@^6.1.0' | ||
</script> | ||
@@ -74,3 +76,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/caterpillar-filter@6.0.0' | ||
import pkg from '//dev.jspm.io/caterpillar-filter@6.1.0' | ||
</script> | ||
@@ -108,3 +110,3 @@ ``` | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/caterpillar-filter/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/caterpillar-filter">view contributions</a></li></ul> | ||
<ul><li><a href="https://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/caterpillar-filter/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/caterpillar-filter">view contributions</a></li></ul> | ||
@@ -129,4 +131,3 @@ <h3>Sponsors</h3> | ||
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/caterpillar-filter/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/caterpillar-filter">view contributions</a></li> | ||
<li><a href="http://github.com/apps/dependabot-preview">dependabot-preview[bot]</a> — <a href="https://github.com/bevry/caterpillar-filter/commits?author=dependabot-preview[bot]" title="View the GitHub contributions of dependabot-preview[bot] on repository bevry/caterpillar-filter">view contributions</a></li></ul> | ||
<ul><li><a href="https://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/caterpillar-filter/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/caterpillar-filter">view contributions</a></li></ul> | ||
@@ -145,3 +146,3 @@ <a href="https://github.com/bevry/caterpillar-filter/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a> | ||
<ul><li>Copyright © 2012+ <a href="http://bevry.me">Bevry Pty Ltd</a></li> | ||
<li>Copyright © 2011 <a href="http://balupton.com">Benjamin Lupton</a></li></ul> | ||
<li>Copyright © 2011 <a href="https://balupton.com">Benjamin Lupton</a></li></ul> | ||
@@ -148,0 +149,0 @@ and licensed under: |
@@ -13,3 +13,3 @@ // Imports | ||
* const filter = new Filter() | ||
* logger.pipe(Filter.pipe(process.stdout) | ||
* logger.pipe(filter).pipe(process.stdout) | ||
* logger.log('info', 'this will be outputted') | ||
@@ -16,0 +16,0 @@ * logger.log('debug', 'this will be ignored') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
26055
0
147
1