@contrast/agent 4.32.10 → 4.32.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/VERSION +1 -1
- package/bin/contrast-service-darwin-arm64 +0 -0
- package/bin/contrast-service-darwin-x64 +0 -0
- package/bin/contrast-service-linux-arm64 +0 -0
- package/bin/contrast-service-linux-x64 +0 -0
- package/bin/contrast-service-win32-x64.exe +0 -0
- package/node_modules/file-stream-rotator/FileStreamRotator.js +200 -41
- package/node_modules/file-stream-rotator/LICENSE.txt +17 -0
- package/node_modules/file-stream-rotator/README.md +16 -1
- package/node_modules/file-stream-rotator/package.json +5 -5
- package/node_modules/file-stream-rotator/tests/every-minute-test.js +32 -15
- package/node_modules/file-stream-rotator/tests/every-second-test.js +16 -7
- package/node_modules/file-stream-rotator/tests/large-test.js +33 -0
- package/node_modules/file-stream-rotator/tests/rotate-on-size-without-date.js +103 -0
- package/node_modules/object-hash/dist/object_hash.js +1 -2
- package/node_modules/object-hash/index.js +33 -21
- package/node_modules/object-hash/package.json +20 -18
- package/node_modules/object-hash/readme.markdown +20 -5
- package/node_modules/winston-daily-rotate-file/README.md +81 -12
- package/node_modules/winston-daily-rotate-file/daily-rotate-file.js +69 -30
- package/node_modules/winston-daily-rotate-file/index.d.ts +119 -72
- package/node_modules/winston-daily-rotate-file/package.json +20 -19
- package/node_modules/winston-transport/.eslintrc +1 -1
- package/node_modules/winston-transport/.nyc_output/c3d7ddb9-cc26-466b-a4f6-993ad69e86f6.json +1 -0
- package/node_modules/winston-transport/.nyc_output/processinfo/c3d7ddb9-cc26-466b-a4f6-993ad69e86f6.json +1 -0
- package/node_modules/winston-transport/.nyc_output/processinfo/index.json +1 -1
- package/node_modules/winston-transport/CHANGELOG.md +11 -0
- package/node_modules/winston-transport/dist/index.js +2 -2
- package/node_modules/winston-transport/index.d.ts +2 -0
- package/node_modules/winston-transport/index.js +2 -2
- package/node_modules/winston-transport/node_modules/readable-stream/README.md +106 -0
- package/node_modules/winston-transport/node_modules/readable-stream/errors-browser.js +127 -0
- package/node_modules/winston-transport/node_modules/readable-stream/errors.js +116 -0
- package/node_modules/winston-transport/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/node_modules/{readable-stream → winston-transport/node_modules/readable-stream}/lib/_stream_duplex.js +41 -46
- package/node_modules/{readable-stream → winston-transport/node_modules/readable-stream}/lib/_stream_passthrough.js +1 -11
- package/node_modules/{readable-stream → winston-transport/node_modules/readable-stream}/lib/_stream_readable.js +271 -263
- package/node_modules/{readable-stream → winston-transport/node_modules/readable-stream}/lib/_stream_transform.js +18 -42
- package/node_modules/{readable-stream → winston-transport/node_modules/readable-stream}/lib/_stream_writable.js +101 -147
- package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
- package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
- package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
- package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
- package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
- package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
- package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
- package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
- package/node_modules/winston-transport/node_modules/readable-stream/package.json +72 -0
- package/node_modules/{readable-stream → winston-transport/node_modules/readable-stream}/readable-browser.js +2 -0
- package/node_modules/{readable-stream → winston-transport/node_modules/readable-stream}/readable.js +5 -8
- package/node_modules/winston-transport/package.json +16 -14
- package/package.json +6 -6
- package/node_modules/colors/LICENSE +0 -25
- package/node_modules/colors/README.md +0 -221
- package/node_modules/colors/examples/normal-usage.js +0 -82
- package/node_modules/colors/examples/safe-string.js +0 -79
- package/node_modules/colors/index.d.ts +0 -136
- package/node_modules/colors/lib/colors.js +0 -211
- package/node_modules/colors/lib/custom/trap.js +0 -46
- package/node_modules/colors/lib/custom/zalgo.js +0 -110
- package/node_modules/colors/lib/extendStringPrototype.js +0 -110
- package/node_modules/colors/lib/index.js +0 -13
- package/node_modules/colors/lib/maps/america.js +0 -10
- package/node_modules/colors/lib/maps/rainbow.js +0 -12
- package/node_modules/colors/lib/maps/random.js +0 -11
- package/node_modules/colors/lib/maps/zebra.js +0 -5
- package/node_modules/colors/lib/styles.js +0 -95
- package/node_modules/colors/lib/system/has-flag.js +0 -35
- package/node_modules/colors/lib/system/supports-colors.js +0 -151
- package/node_modules/colors/package.json +0 -49
- package/node_modules/colors/safe.d.ts +0 -48
- package/node_modules/colors/safe.js +0 -10
- package/node_modules/colors/themes/generic-logging.js +0 -12
- package/node_modules/core-util-is/LICENSE +0 -19
- package/node_modules/core-util-is/README.md +0 -3
- package/node_modules/core-util-is/float.patch +0 -604
- package/node_modules/core-util-is/lib/util.js +0 -107
- package/node_modules/core-util-is/package.json +0 -36
- package/node_modules/core-util-is/test.js +0 -68
- package/node_modules/cycle/README.md +0 -49
- package/node_modules/cycle/cycle.js +0 -170
- package/node_modules/cycle/package.json +0 -16
- package/node_modules/fast-safe-stringify/.travis.yml +0 -8
- package/node_modules/fast-safe-stringify/CHANGELOG.md +0 -17
- package/node_modules/fast-safe-stringify/LICENSE +0 -23
- package/node_modules/fast-safe-stringify/benchmark.js +0 -137
- package/node_modules/fast-safe-stringify/index.d.ts +0 -8
- package/node_modules/fast-safe-stringify/index.js +0 -161
- package/node_modules/fast-safe-stringify/package.json +0 -50
- package/node_modules/fast-safe-stringify/readme.md +0 -154
- package/node_modules/fast-safe-stringify/test-stable.js +0 -311
- package/node_modules/fast-safe-stringify/test.js +0 -304
- package/node_modules/isarray/.npmignore +0 -1
- package/node_modules/isarray/.travis.yml +0 -4
- package/node_modules/isarray/Makefile +0 -6
- package/node_modules/isarray/README.md +0 -60
- package/node_modules/isarray/component.json +0 -19
- package/node_modules/isarray/index.js +0 -5
- package/node_modules/isarray/package.json +0 -49
- package/node_modules/isarray/test.js +0 -20
- package/node_modules/object-hash/.jshintrc +0 -19
- package/node_modules/object-hash/.travis.yml +0 -35
- package/node_modules/object-hash/bower.json +0 -15
- package/node_modules/object-hash/dist/object_hash.js.map +0 -1
- package/node_modules/object-hash/dist/object_hash_test.js +0 -4737
- package/node_modules/object-hash/gulpfile.js +0 -97
- package/node_modules/object-hash/karma.conf.js +0 -69
- package/node_modules/object-hash/test/blob.js +0 -41
- package/node_modules/object-hash/test/index.js +0 -290
- package/node_modules/object-hash/test/object-classes.js +0 -106
- package/node_modules/object-hash/test/old-crypto.js +0 -60
- package/node_modules/object-hash/test/replacer.js +0 -36
- package/node_modules/object-hash/test/types.js +0 -174
- package/node_modules/object-hash/test/writeToStream.js +0 -27
- package/node_modules/process-nextick-args/index.js +0 -45
- package/node_modules/process-nextick-args/license.md +0 -19
- package/node_modules/process-nextick-args/package.json +0 -29
- package/node_modules/process-nextick-args/readme.md +0 -18
- package/node_modules/readable-stream/.travis.yml +0 -34
- package/node_modules/readable-stream/README.md +0 -58
- package/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
- package/node_modules/readable-stream/duplex-browser.js +0 -1
- package/node_modules/readable-stream/duplex.js +0 -1
- package/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -79
- package/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -74
- package/node_modules/readable-stream/package.json +0 -56
- package/node_modules/readable-stream/passthrough.js +0 -1
- package/node_modules/readable-stream/transform.js +0 -1
- package/node_modules/readable-stream/writable-browser.js +0 -1
- package/node_modules/readable-stream/writable.js +0 -8
- package/node_modules/winston-compat/.gitattributes +0 -1
- package/node_modules/winston-compat/.node-version +0 -1
- package/node_modules/winston-compat/CHANGELOG.md +0 -17
- package/node_modules/winston-compat/LICENSE +0 -22
- package/node_modules/winston-compat/README.md +0 -2
- package/node_modules/winston-compat/index.js +0 -295
- package/node_modules/winston-compat/lib/transport.js +0 -135
- package/node_modules/winston-compat/node_modules/fecha/CHANGELOG.md +0 -11
- package/node_modules/winston-compat/node_modules/fecha/LICENSE +0 -22
- package/node_modules/winston-compat/node_modules/fecha/README.md +0 -259
- package/node_modules/winston-compat/node_modules/fecha/fecha.d.ts +0 -47
- package/node_modules/winston-compat/node_modules/fecha/fecha.js +0 -334
- package/node_modules/winston-compat/node_modules/fecha/fecha.min.js +0 -1
- package/node_modules/winston-compat/node_modules/fecha/package.json +0 -44
- package/node_modules/winston-compat/node_modules/logform/.babelrc +0 -3
- package/node_modules/winston-compat/node_modules/logform/.eslintrc +0 -7
- package/node_modules/winston-compat/node_modules/logform/.gitattributes +0 -1
- package/node_modules/winston-compat/node_modules/logform/.travis.yml +0 -17
- package/node_modules/winston-compat/node_modules/logform/CHANGELOG.md +0 -103
- package/node_modules/winston-compat/node_modules/logform/LICENSE +0 -21
- package/node_modules/winston-compat/node_modules/logform/README.md +0 -170
- package/node_modules/winston-compat/node_modules/logform/align.js +0 -14
- package/node_modules/winston-compat/node_modules/logform/browser.js +0 -36
- package/node_modules/winston-compat/node_modules/logform/cli.js +0 -52
- package/node_modules/winston-compat/node_modules/logform/colorize.js +0 -118
- package/node_modules/winston-compat/node_modules/logform/combine.js +0 -66
- package/node_modules/winston-compat/node_modules/logform/dist/align.js +0 -14
- package/node_modules/winston-compat/node_modules/logform/dist/browser.js +0 -37
- package/node_modules/winston-compat/node_modules/logform/dist/cli.js +0 -75
- package/node_modules/winston-compat/node_modules/logform/dist/colorize.js +0 -147
- package/node_modules/winston-compat/node_modules/logform/dist/combine.js +0 -66
- package/node_modules/winston-compat/node_modules/logform/dist/format.js +0 -69
- package/node_modules/winston-compat/node_modules/logform/dist/index.js +0 -54
- package/node_modules/winston-compat/node_modules/logform/dist/json.js +0 -27
- package/node_modules/winston-compat/node_modules/logform/dist/label.js +0 -19
- package/node_modules/winston-compat/node_modules/logform/dist/levels.js +0 -15
- package/node_modules/winston-compat/node_modules/logform/dist/logstash.js +0 -32
- package/node_modules/winston-compat/node_modules/logform/dist/metadata.js +0 -63
- package/node_modules/winston-compat/node_modules/logform/dist/ms.js +0 -18
- package/node_modules/winston-compat/node_modules/logform/dist/pad-levels.js +0 -118
- package/node_modules/winston-compat/node_modules/logform/dist/pretty-print.js +0 -20
- package/node_modules/winston-compat/node_modules/logform/dist/printf.js +0 -40
- package/node_modules/winston-compat/node_modules/logform/dist/simple.js +0 -36
- package/node_modules/winston-compat/node_modules/logform/dist/splat.js +0 -147
- package/node_modules/winston-compat/node_modules/logform/dist/timestamp.js +0 -28
- package/node_modules/winston-compat/node_modules/logform/dist/uncolorize.js +0 -31
- package/node_modules/winston-compat/node_modules/logform/examples/combine.js +0 -14
- package/node_modules/winston-compat/node_modules/logform/examples/filter.js +0 -30
- package/node_modules/winston-compat/node_modules/logform/examples/invalid.js +0 -6
- package/node_modules/winston-compat/node_modules/logform/examples/metadata.js +0 -78
- package/node_modules/winston-compat/node_modules/logform/examples/padLevels.js +0 -39
- package/node_modules/winston-compat/node_modules/logform/examples/volume.js +0 -25
- package/node_modules/winston-compat/node_modules/logform/format.js +0 -52
- package/node_modules/winston-compat/node_modules/logform/index.d.ts +0 -53
- package/node_modules/winston-compat/node_modules/logform/index.js +0 -52
- package/node_modules/winston-compat/node_modules/logform/json.js +0 -26
- package/node_modules/winston-compat/node_modules/logform/label.js +0 -19
- package/node_modules/winston-compat/node_modules/logform/levels.js +0 -12
- package/node_modules/winston-compat/node_modules/logform/logstash.js +0 -29
- package/node_modules/winston-compat/node_modules/logform/metadata.js +0 -61
- package/node_modules/winston-compat/node_modules/logform/ms.js +0 -18
- package/node_modules/winston-compat/node_modules/logform/package.json +0 -51
- package/node_modules/winston-compat/node_modules/logform/pad-levels.js +0 -83
- package/node_modules/winston-compat/node_modules/logform/pretty-print.js +0 -16
- package/node_modules/winston-compat/node_modules/logform/printf.js +0 -26
- package/node_modules/winston-compat/node_modules/logform/simple.js +0 -33
- package/node_modules/winston-compat/node_modules/logform/splat.js +0 -125
- package/node_modules/winston-compat/node_modules/logform/timestamp.js +0 -30
- package/node_modules/winston-compat/node_modules/logform/tsconfig.json +0 -22
- package/node_modules/winston-compat/node_modules/logform/uncolorize.js +0 -27
- package/node_modules/winston-compat/package.json +0 -46
- package/node_modules/winston-compat/test/clone.test.js +0 -25
- package/node_modules/winston-compat/test/helpers.js +0 -256
- package/node_modules/winston-compat/test/timestamp.test.js +0 -14
- package/node_modules/winston-compat/test/transports/transport.js +0 -205
- package/node_modules/winston-compat/test/winston-compat.test.js +0 -18
- package/node_modules/winston-daily-rotate-file/.eslintrc.js +0 -11
- package/node_modules/winston-daily-rotate-file/.node-version +0 -1
- package/node_modules/winston-daily-rotate-file/.travis.yml +0 -15
- package/node_modules/winston-daily-rotate-file/node_modules/semver/CHANGELOG.md +0 -70
- package/node_modules/winston-daily-rotate-file/node_modules/semver/LICENSE +0 -15
- package/node_modules/winston-daily-rotate-file/node_modules/semver/README.md +0 -443
- package/node_modules/winston-daily-rotate-file/node_modules/semver/bin/semver.js +0 -174
- package/node_modules/winston-daily-rotate-file/node_modules/semver/package.json +0 -32
- package/node_modules/winston-daily-rotate-file/node_modules/semver/range.bnf +0 -16
- package/node_modules/winston-daily-rotate-file/node_modules/semver/semver.js +0 -1596
- package/node_modules/winston-daily-rotate-file/test/memory-stream.js +0 -38
- package/node_modules/winston-daily-rotate-file/test/random-string.js +0 -31
- package/node_modules/winston-daily-rotate-file/test/transport-tests.js +0 -250
- package/node_modules/winston-transport/.nyc_output/1c69f3e4-4c25-457d-9df5-dfa761729528.json +0 -1
- package/node_modules/winston-transport/.nyc_output/processinfo/1c69f3e4-4c25-457d-9df5-dfa761729528.json +0 -1
- package/node_modules/winston-transport/.travis.yml +0 -17
- package/node_modules/winston-transport/tsconfig.json +0 -22
- /package/node_modules/{readable-stream → winston-transport/node_modules/readable-stream}/CONTRIBUTING.md +0 -0
- /package/node_modules/{readable-stream → winston-transport/node_modules/readable-stream}/GOVERNANCE.md +0 -0
- /package/node_modules/{readable-stream → winston-transport/node_modules/readable-stream}/LICENSE +0 -0
- /package/node_modules/{readable-stream → winston-transport/node_modules/readable-stream}/lib/internal/streams/stream-browser.js +0 -0
- /package/node_modules/{readable-stream → winston-transport/node_modules/readable-stream}/lib/internal/streams/stream.js +0 -0
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
const colors = require('colors/safe');
|
|
4
|
-
const format = require('./format');
|
|
5
|
-
const { MESSAGE } = require('triple-beam');
|
|
6
|
-
|
|
7
|
-
/*
|
|
8
|
-
* function uncolorize (info)
|
|
9
|
-
* Returns a new instance of the uncolorize Format that strips colors
|
|
10
|
-
* from `info` objects. This was previously exposed as { stripColors: true }
|
|
11
|
-
* to transports in `winston < 3.0.0`.
|
|
12
|
-
*/
|
|
13
|
-
module.exports = format((info, opts) => {
|
|
14
|
-
if (opts.level !== false) {
|
|
15
|
-
info.level = colors.strip(info.level);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
if (opts.message !== false) {
|
|
19
|
-
info.message = colors.strip(info.message);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
if (opts.raw !== false && info[MESSAGE]) {
|
|
23
|
-
info[MESSAGE] = colors.strip(info[MESSAGE]);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
return info;
|
|
27
|
-
});
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "winston-compat",
|
|
3
|
-
"version": "0.1.5",
|
|
4
|
-
"description": "Core functionality from winston < 3.0.0 commonly used by user-created transports.",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"test": "nyc mocha test/*.test.js",
|
|
8
|
-
"preversion": "npm test",
|
|
9
|
-
"postversion": "git push && git push --tags && npm publish"
|
|
10
|
-
},
|
|
11
|
-
"repository": {
|
|
12
|
-
"type": "git",
|
|
13
|
-
"url": "git+https://github.com/winstonjs/winston-compat.git"
|
|
14
|
-
},
|
|
15
|
-
"keywords": [
|
|
16
|
-
"winston",
|
|
17
|
-
"winston2",
|
|
18
|
-
"winston1"
|
|
19
|
-
],
|
|
20
|
-
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
|
|
21
|
-
"license": "MIT",
|
|
22
|
-
"bugs": {
|
|
23
|
-
"url": "https://github.com/winstonjs/winston-compat/issues"
|
|
24
|
-
},
|
|
25
|
-
"homepage": "https://github.com/winstonjs/winston-compat#readme",
|
|
26
|
-
"dependencies": {
|
|
27
|
-
"cycle": "~1.0.3",
|
|
28
|
-
"logform": "^1.6.0",
|
|
29
|
-
"triple-beam": "^1.2.0"
|
|
30
|
-
},
|
|
31
|
-
"devDependencies": {
|
|
32
|
-
"assume": "^1.3.1",
|
|
33
|
-
"eslint-config-populist": "^4.2.0",
|
|
34
|
-
"mocha": "^7.1.0",
|
|
35
|
-
"nyc": "^15.0.0",
|
|
36
|
-
"vows": "^0.8.3",
|
|
37
|
-
"winston": "^2.1.1"
|
|
38
|
-
},
|
|
39
|
-
"engines": {
|
|
40
|
-
"node": ">= 6.4.0"
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
,"_resolved": "https://registry.npmjs.org/winston-compat/-/winston-compat-0.1.5.tgz"
|
|
44
|
-
,"_integrity": "sha512-EPvPcHT604AV3Ji6d3+vX8ENKIml9VSxMRnPQ+cuK/FX6f3hvPP2hxyoeeCOCFvDrJEujalfcKWlWPvAnFyS9g=="
|
|
45
|
-
,"_from": "winston-compat@0.1.5"
|
|
46
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var assume = require('assume'),
|
|
4
|
-
compat = require('../');
|
|
5
|
-
|
|
6
|
-
describe('clone()', function () {
|
|
7
|
-
it('clone(Error)', function () {
|
|
8
|
-
var original = new Error("foo"),
|
|
9
|
-
copy;
|
|
10
|
-
|
|
11
|
-
original.name = "bar";
|
|
12
|
-
copy = compat.clone(original);
|
|
13
|
-
assume(original).not.equals(copy);
|
|
14
|
-
assume(original.message).equals(copy.message);
|
|
15
|
-
assume(original.name).equals(copy.name);
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
it('clone(Date)', function () {
|
|
19
|
-
var original = new Date(1000);
|
|
20
|
-
var copy = compat.clone(original);
|
|
21
|
-
|
|
22
|
-
assume(original).not.equals(copy);
|
|
23
|
-
assume(original.getTime()).equals(copy.getTime());
|
|
24
|
-
});
|
|
25
|
-
});
|
|
@@ -1,256 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* helpers.js: Test helpers for winston
|
|
3
|
-
*
|
|
4
|
-
* (C) 2010 Charlie Robbins
|
|
5
|
-
* MIT LICENSE
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
var assert = require('assert'),
|
|
10
|
-
fs = require('fs'),
|
|
11
|
-
path = require('path'),
|
|
12
|
-
spawn = require('child_process').spawn,
|
|
13
|
-
util = require('util'),
|
|
14
|
-
vows = require('vows'),
|
|
15
|
-
winston = require('winston');
|
|
16
|
-
|
|
17
|
-
var helpers = exports;
|
|
18
|
-
|
|
19
|
-
helpers.size = function (obj) {
|
|
20
|
-
var size = 0, key;
|
|
21
|
-
for (key in obj) {
|
|
22
|
-
if (obj.hasOwnProperty(key)) {
|
|
23
|
-
size++;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
return size;
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
helpers.tryUnlink = function (file) {
|
|
31
|
-
try { fs.unlinkSync(file) }
|
|
32
|
-
catch (ex) { }
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
helpers.assertDateInfo = function (info) {
|
|
36
|
-
assert.isNumber(Date.parse(info));
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
helpers.assertProcessInfo = function (info) {
|
|
40
|
-
assert.isNumber(info.pid);
|
|
41
|
-
assert.isNumber(info.uid);
|
|
42
|
-
assert.isNumber(info.gid);
|
|
43
|
-
assert.isString(info.cwd);
|
|
44
|
-
assert.isString(info.execPath);
|
|
45
|
-
assert.isString(info.version);
|
|
46
|
-
assert.isArray(info.argv);
|
|
47
|
-
assert.isObject(info.memoryUsage);
|
|
48
|
-
};
|
|
49
|
-
|
|
50
|
-
helpers.assertOsInfo = function (info) {
|
|
51
|
-
assert.isArray(info.loadavg);
|
|
52
|
-
assert.isNumber(info.uptime);
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
helpers.assertTrace = function (trace) {
|
|
56
|
-
trace.forEach(function (site) {
|
|
57
|
-
assert.isTrue(!site.column || typeof site.column === 'number');
|
|
58
|
-
assert.isTrue(!site.line || typeof site.line === 'number');
|
|
59
|
-
assert.isTrue(!site.file || typeof site.file === 'string');
|
|
60
|
-
assert.isTrue(!site.method || typeof site.method === 'string');
|
|
61
|
-
assert.isTrue(!site.function || typeof site.function === 'string');
|
|
62
|
-
assert.isTrue(typeof site.native === 'boolean');
|
|
63
|
-
});
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
helpers.assertLogger = function (logger, level) {
|
|
67
|
-
assert.instanceOf(logger, winston.Logger);
|
|
68
|
-
assert.isFunction(logger.log);
|
|
69
|
-
assert.isFunction(logger.add);
|
|
70
|
-
assert.isFunction(logger.remove);
|
|
71
|
-
assert.equal(logger.level, level || "info");
|
|
72
|
-
Object.keys(logger.levels).forEach(function (method) {
|
|
73
|
-
assert.isFunction(logger[method]);
|
|
74
|
-
});
|
|
75
|
-
};
|
|
76
|
-
|
|
77
|
-
helpers.assertConsole = function (transport) {
|
|
78
|
-
assert.instanceOf(transport, winston.transports.Console);
|
|
79
|
-
assert.isFunction(transport.log);
|
|
80
|
-
};
|
|
81
|
-
|
|
82
|
-
helpers.assertMemory = function (transport) {
|
|
83
|
-
assert.instanceOf(transport, winston.transports.Memory);
|
|
84
|
-
assert.isFunction(transport.log);
|
|
85
|
-
};
|
|
86
|
-
|
|
87
|
-
helpers.assertFile = function (transport) {
|
|
88
|
-
assert.instanceOf(transport, winston.transports.File);
|
|
89
|
-
assert.isFunction(transport.log);
|
|
90
|
-
};
|
|
91
|
-
|
|
92
|
-
helpers.assertCouchdb = function (transport) {
|
|
93
|
-
assert.instanceOf(transport, winston.transports.Couchdb);
|
|
94
|
-
assert.isFunction(transport.log);
|
|
95
|
-
};
|
|
96
|
-
|
|
97
|
-
helpers.assertHandleExceptions = function (options) {
|
|
98
|
-
return {
|
|
99
|
-
topic: function () {
|
|
100
|
-
var that = this,
|
|
101
|
-
child = spawn('node', [options.script]);
|
|
102
|
-
|
|
103
|
-
helpers.tryUnlink(options.logfile);
|
|
104
|
-
child.on('exit', function () {
|
|
105
|
-
fs.readFile(options.logfile, that.callback);
|
|
106
|
-
});
|
|
107
|
-
},
|
|
108
|
-
"should save the error information to the specified file": function (err, data) {
|
|
109
|
-
assert.isTrue(!err);
|
|
110
|
-
data = JSON.parse(data);
|
|
111
|
-
|
|
112
|
-
assert.isObject(data);
|
|
113
|
-
helpers.assertProcessInfo(data.process);
|
|
114
|
-
helpers.assertOsInfo(data.os);
|
|
115
|
-
helpers.assertTrace(data.trace);
|
|
116
|
-
if (options.message) {
|
|
117
|
-
assert.equal('uncaughtException: ' + options.message, data.message);
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
};
|
|
121
|
-
};
|
|
122
|
-
|
|
123
|
-
helpers.assertFailedTransport = function (transport) {
|
|
124
|
-
return {
|
|
125
|
-
topic: function () {
|
|
126
|
-
var self = this;
|
|
127
|
-
transport.on('error', function(emitErr){
|
|
128
|
-
transport.log('error', 'test message 2', {}, function(logErr, logged){
|
|
129
|
-
self.callback(emitErr, logErr);
|
|
130
|
-
});
|
|
131
|
-
});
|
|
132
|
-
transport.log('error', 'test message');
|
|
133
|
-
},
|
|
134
|
-
"should emit an error": function (emitErr, logErr) {
|
|
135
|
-
assert.instanceOf(emitErr, Error);
|
|
136
|
-
assert.equal(emitErr.code, 'ENOENT');
|
|
137
|
-
},
|
|
138
|
-
"should enter noop failed state": function (emitErr, logErr) {
|
|
139
|
-
assert.instanceOf(logErr, Error);
|
|
140
|
-
assert.equal(transport._failures, transport.maxRetries);
|
|
141
|
-
}
|
|
142
|
-
};
|
|
143
|
-
};
|
|
144
|
-
|
|
145
|
-
helpers.testNpmLevels = function (transport, assertMsg, assertFn) {
|
|
146
|
-
return helpers.testLevels(winston.config.npm.levels, transport, assertMsg, assertFn);
|
|
147
|
-
};
|
|
148
|
-
|
|
149
|
-
helpers.testSyslogLevels = function (transport, assertMsg, assertFn) {
|
|
150
|
-
return helpers.testLevels(winston.config.syslog.levels, transport, assertMsg, assertFn);
|
|
151
|
-
};
|
|
152
|
-
|
|
153
|
-
helpers.testLevels = function (levels, transport, assertMsg, assertFn) {
|
|
154
|
-
var tests = {};
|
|
155
|
-
|
|
156
|
-
Object.keys(levels).forEach(function (level) {
|
|
157
|
-
var test = {
|
|
158
|
-
topic: function () {
|
|
159
|
-
transport.log(level, 'test message', {}, this.callback.bind(this, null));
|
|
160
|
-
}
|
|
161
|
-
};
|
|
162
|
-
|
|
163
|
-
test[assertMsg] = assertFn;
|
|
164
|
-
tests['with the ' + level + ' level'] = test;
|
|
165
|
-
});
|
|
166
|
-
|
|
167
|
-
var metadatatest = {
|
|
168
|
-
topic: function () {
|
|
169
|
-
transport.log('info', 'test message', { metadata: true }, this.callback.bind(this, null));
|
|
170
|
-
}
|
|
171
|
-
};
|
|
172
|
-
|
|
173
|
-
metadatatest[assertMsg] = assertFn;
|
|
174
|
-
tests['when passed metadata'] = metadatatest;
|
|
175
|
-
|
|
176
|
-
var primmetadatatest = {
|
|
177
|
-
topic: function () {
|
|
178
|
-
transport.log('info', 'test message', 'metadata', this.callback.bind(this, null));
|
|
179
|
-
}
|
|
180
|
-
};
|
|
181
|
-
|
|
182
|
-
primmetadatatest[assertMsg] = assertFn;
|
|
183
|
-
tests['when passed primitive metadata'] = primmetadatatest;
|
|
184
|
-
|
|
185
|
-
var circmetadata = { };
|
|
186
|
-
circmetadata['metadata'] = circmetadata;
|
|
187
|
-
|
|
188
|
-
var circmetadatatest = {
|
|
189
|
-
topic: function () {
|
|
190
|
-
transport.log('info', 'test message', circmetadata, this.callback.bind(this, null));
|
|
191
|
-
}
|
|
192
|
-
};
|
|
193
|
-
|
|
194
|
-
circmetadatatest[assertMsg] = assertFn;
|
|
195
|
-
tests['when passed circular metadata'] = circmetadatatest;
|
|
196
|
-
|
|
197
|
-
return tests;
|
|
198
|
-
};
|
|
199
|
-
|
|
200
|
-
helpers.assertOptionsThrow = function (options, errMsg) {
|
|
201
|
-
return function () {
|
|
202
|
-
assert.throws(
|
|
203
|
-
function () {
|
|
204
|
-
try {
|
|
205
|
-
new (winston.transports.Console)(options);
|
|
206
|
-
} catch (err) {
|
|
207
|
-
throw(err);
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
|
-
new RegExp('^' + errMsg.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&') + '$')
|
|
211
|
-
);
|
|
212
|
-
}
|
|
213
|
-
};
|
|
214
|
-
|
|
215
|
-
helpers.assertStderrLevels = function (transport, stderrLevels) {
|
|
216
|
-
return function () {
|
|
217
|
-
assert.equal(
|
|
218
|
-
JSON.stringify(Object.keys(transport.stderrLevels).sort()),
|
|
219
|
-
JSON.stringify(stderrLevels.sort())
|
|
220
|
-
);
|
|
221
|
-
}
|
|
222
|
-
};
|
|
223
|
-
|
|
224
|
-
helpers.testLoggingToStreams = function (levels, transport, stderrLevels, stdMocks) {
|
|
225
|
-
return {
|
|
226
|
-
topic: function () {
|
|
227
|
-
stdMocks.use();
|
|
228
|
-
transport.showLevel = true;
|
|
229
|
-
Object.keys(levels).forEach(function (level) {
|
|
230
|
-
transport.log(
|
|
231
|
-
level,
|
|
232
|
-
level + ' should go to ' + (stderrLevels.indexOf(level) > -1 ? 'stderr' : 'stdout'),
|
|
233
|
-
{},
|
|
234
|
-
function () {}
|
|
235
|
-
);
|
|
236
|
-
});
|
|
237
|
-
var output = stdMocks.flush();
|
|
238
|
-
stdMocks.restore();
|
|
239
|
-
this.callback(null, output, levels);
|
|
240
|
-
},
|
|
241
|
-
"output should go to the appropriate streams": function (ign, output, levels) {
|
|
242
|
-
var outCount = 0,
|
|
243
|
-
errCount = 0;
|
|
244
|
-
Object.keys(levels).forEach(function (level) {
|
|
245
|
-
var line;
|
|
246
|
-
if (stderrLevels.indexOf(level) > -1) {
|
|
247
|
-
line = output.stderr[errCount++];
|
|
248
|
-
assert.equal(line, level + ': ' + level + ' should go to stderr\n');
|
|
249
|
-
} else {
|
|
250
|
-
line = output.stdout[outCount++];
|
|
251
|
-
assert.equal(line, level + ': ' + level + ' should go to stdout\n');
|
|
252
|
-
}
|
|
253
|
-
});
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var assume = require('assume'),
|
|
4
|
-
compat = require('../');
|
|
5
|
-
|
|
6
|
-
describe('timestamp()', function () {
|
|
7
|
-
it('creates an ISO string', function () {
|
|
8
|
-
var timestamp = compat.timestamp();
|
|
9
|
-
var date = new Date(timestamp);
|
|
10
|
-
|
|
11
|
-
assume(date).is.a('date');
|
|
12
|
-
assume(date.toISOString()).equals(timestamp);
|
|
13
|
-
});
|
|
14
|
-
});
|
|
@@ -1,205 +0,0 @@
|
|
|
1
|
-
var assert = require('assert'),
|
|
2
|
-
winston = require('winston'),
|
|
3
|
-
helpers = require('../helpers');
|
|
4
|
-
|
|
5
|
-
module.exports = function (transport, options) {
|
|
6
|
-
var logger = transport;
|
|
7
|
-
|
|
8
|
-
if (typeof transport.cli !== 'function') {
|
|
9
|
-
logger = new winston.Logger({
|
|
10
|
-
transports: [new transport(options)]
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
var transport = logger.transports[logger._names[0]];
|
|
15
|
-
|
|
16
|
-
var out = {
|
|
17
|
-
'topic': logger,
|
|
18
|
-
'when passed valid options': {
|
|
19
|
-
'should have the proper methods defined': function () {
|
|
20
|
-
switch (transport.name) {
|
|
21
|
-
case 'console':
|
|
22
|
-
helpers.assertConsole(transport);
|
|
23
|
-
break;
|
|
24
|
-
case 'file':
|
|
25
|
-
helpers.assertFile(transport);
|
|
26
|
-
break;
|
|
27
|
-
case 'couchdb':
|
|
28
|
-
helpers.assertCouchdb(transport);
|
|
29
|
-
break;
|
|
30
|
-
}
|
|
31
|
-
assert.isFunction(transport.log);
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
'the log() method': helpers.testNpmLevels(transport,
|
|
35
|
-
'should respond with true', function (ign, err, logged) {
|
|
36
|
-
assert.isNull(err);
|
|
37
|
-
assert.isNotNull(logged);
|
|
38
|
-
}
|
|
39
|
-
),
|
|
40
|
-
'the stream() method': {
|
|
41
|
-
'using no options': {
|
|
42
|
-
'topic': function () {
|
|
43
|
-
if (!transport.stream) return;
|
|
44
|
-
|
|
45
|
-
logger.log('info', 'hello world', {});
|
|
46
|
-
|
|
47
|
-
var cb = this.callback,
|
|
48
|
-
j = 10,
|
|
49
|
-
i = 10,
|
|
50
|
-
results = [],
|
|
51
|
-
stream = logger.stream();
|
|
52
|
-
|
|
53
|
-
stream.on('log', function (log) {
|
|
54
|
-
results.push(log);
|
|
55
|
-
results.stream = stream;
|
|
56
|
-
if (!--j) cb(null, results);
|
|
57
|
-
});
|
|
58
|
-
|
|
59
|
-
stream.on('error', function (err) {
|
|
60
|
-
j = -1; //don't call the callback again
|
|
61
|
-
cb(err);
|
|
62
|
-
});
|
|
63
|
-
|
|
64
|
-
while (i--) logger.log('info', 'hello world ' + i, {});
|
|
65
|
-
},
|
|
66
|
-
'should stream logs': function (err, results) {
|
|
67
|
-
if (!transport.stream) return;
|
|
68
|
-
assert.isNull(err);
|
|
69
|
-
results.forEach(function (log) {
|
|
70
|
-
assert.ok(log.message.indexOf('hello world') === 0
|
|
71
|
-
|| log.message.indexOf('test message') === 0);
|
|
72
|
-
});
|
|
73
|
-
results.stream.destroy();
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
'using the `start` option': {
|
|
77
|
-
'topic': function () {
|
|
78
|
-
if (!transport.stream) return;
|
|
79
|
-
|
|
80
|
-
var cb = this.callback,
|
|
81
|
-
stream = logger.stream({ start: 0 });
|
|
82
|
-
|
|
83
|
-
stream.on('log', function (log) {
|
|
84
|
-
log.stream = stream;
|
|
85
|
-
if (cb) cb(null, log);
|
|
86
|
-
cb = null;
|
|
87
|
-
});
|
|
88
|
-
},
|
|
89
|
-
'should stream logs': function (err, log) {
|
|
90
|
-
if (!transport.stream) return;
|
|
91
|
-
assert.isNull(err);
|
|
92
|
-
assert.isNotNull(log.message);
|
|
93
|
-
log.stream.destroy();
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
'after the logs have flushed': {
|
|
98
|
-
topic: function () {
|
|
99
|
-
setTimeout(this.callback, 1000);
|
|
100
|
-
},
|
|
101
|
-
'the query() method': {
|
|
102
|
-
'using basic querying': {
|
|
103
|
-
'topic': function () {
|
|
104
|
-
if (!transport.query) return;
|
|
105
|
-
var cb = this.callback;
|
|
106
|
-
logger.log('info', 'hello world', {}, function () {
|
|
107
|
-
logger.query(cb);
|
|
108
|
-
});
|
|
109
|
-
},
|
|
110
|
-
'should return matching results': function (err, results) {
|
|
111
|
-
if (!transport.query) return;
|
|
112
|
-
assert.isNull(err);
|
|
113
|
-
results = results[transport.name];
|
|
114
|
-
while (!Array.isArray(results)) {
|
|
115
|
-
results = results[Object.keys(results).pop()];
|
|
116
|
-
}
|
|
117
|
-
var log = results.pop();
|
|
118
|
-
assert.ok(log.message.indexOf('hello world') === 0
|
|
119
|
-
|| log.message.indexOf('test message') === 0);
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
'using the `rows` option': {
|
|
123
|
-
'topic': function () {
|
|
124
|
-
if (!transport.query) return;
|
|
125
|
-
var cb = this.callback;
|
|
126
|
-
logger.log('info', 'hello world', {}, function () {
|
|
127
|
-
logger.query({ rows: 1 }, cb);
|
|
128
|
-
});
|
|
129
|
-
},
|
|
130
|
-
'should return one result': function (err, results) {
|
|
131
|
-
if (!transport.query) return;
|
|
132
|
-
assert.isNull(err);
|
|
133
|
-
results = results[transport.name];
|
|
134
|
-
while (!Array.isArray(results)) {
|
|
135
|
-
results = results[Object.keys(results).pop()];
|
|
136
|
-
}
|
|
137
|
-
assert.equal(results.length, 1);
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
'using `fields` and `order` option': {
|
|
141
|
-
'topic': function () {
|
|
142
|
-
if (!transport.query) return;
|
|
143
|
-
var cb = this.callback;
|
|
144
|
-
logger.log('info', 'hello world', {}, function () {
|
|
145
|
-
logger.query({ order: 'asc', fields: ['timestamp'] }, cb);
|
|
146
|
-
});
|
|
147
|
-
},
|
|
148
|
-
'should return matching results': function (err, results) {
|
|
149
|
-
if (!transport.query) return;
|
|
150
|
-
assert.isNull(err);
|
|
151
|
-
results = results[transport.name];
|
|
152
|
-
while (!Array.isArray(results)) {
|
|
153
|
-
results = results[Object.keys(results).pop()];
|
|
154
|
-
}
|
|
155
|
-
assert.equal(Object.keys(results[0]).length, 1);
|
|
156
|
-
assert.ok(new Date(results.shift().timestamp)
|
|
157
|
-
< new Date(results.pop().timestamp));
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
'using the `from` and `until` option': {
|
|
161
|
-
'topic': function () {
|
|
162
|
-
if (!transport.query) return;
|
|
163
|
-
var cb = this.callback;
|
|
164
|
-
var start = Date.now() - (100 * 1000);
|
|
165
|
-
var end = Date.now() + (100 * 1000);
|
|
166
|
-
logger.query({ from: start, until: end }, cb);
|
|
167
|
-
},
|
|
168
|
-
'should return matching results': function (err, results) {
|
|
169
|
-
if (!transport.query) return;
|
|
170
|
-
assert.isNull(err);
|
|
171
|
-
results = results[transport.name];
|
|
172
|
-
while (!Array.isArray(results)) {
|
|
173
|
-
results = results[Object.keys(results).pop()];
|
|
174
|
-
}
|
|
175
|
-
assert.ok(results.length >= 1);
|
|
176
|
-
}
|
|
177
|
-
},
|
|
178
|
-
'using a bad `from` and `until` option': {
|
|
179
|
-
'topic': function () {
|
|
180
|
-
if (!transport.query) return;
|
|
181
|
-
var cb = this.callback;
|
|
182
|
-
logger.log('info', 'bad from and until', {}, function () {
|
|
183
|
-
var now = Date.now() + 1000000;
|
|
184
|
-
logger.query({ from: now, until: now }, cb);
|
|
185
|
-
});
|
|
186
|
-
},
|
|
187
|
-
'should return no results': function (err, results) {
|
|
188
|
-
if (!transport.query) return;
|
|
189
|
-
assert.isNull(err);
|
|
190
|
-
results = results[transport.name];
|
|
191
|
-
while (!Array.isArray(results)) {
|
|
192
|
-
results = results[Object.keys(results).pop()];
|
|
193
|
-
}
|
|
194
|
-
results = [results.filter(function(log) {
|
|
195
|
-
return log.message === 'bad from and until';
|
|
196
|
-
}).pop()];
|
|
197
|
-
assert.isUndefined(results[0]);
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
};
|
|
203
|
-
|
|
204
|
-
return out;
|
|
205
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var assume = require('assume'),
|
|
4
|
-
compat = require('../');
|
|
5
|
-
|
|
6
|
-
describe('winston-compat', function () {
|
|
7
|
-
it("require('winston-compat/test/helpers.js')", function () {
|
|
8
|
-
assume(function () {
|
|
9
|
-
var helpers = require('./helpers');
|
|
10
|
-
}).does.not.throw()
|
|
11
|
-
});
|
|
12
|
-
|
|
13
|
-
it("require('winston-compat/test/transports/transport')", function () {
|
|
14
|
-
assume(function () {
|
|
15
|
-
var transport = require('./transports/transport');
|
|
16
|
-
}).does.not.throw()
|
|
17
|
-
});
|
|
18
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
10.15.1
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
# changes log
|
|
2
|
-
|
|
3
|
-
## 6.2.0
|
|
4
|
-
|
|
5
|
-
* Coerce numbers to strings when passed to semver.coerce()
|
|
6
|
-
* Add `rtl` option to coerce from right to left
|
|
7
|
-
|
|
8
|
-
## 6.1.3
|
|
9
|
-
|
|
10
|
-
* Handle X-ranges properly in includePrerelease mode
|
|
11
|
-
|
|
12
|
-
## 6.1.2
|
|
13
|
-
|
|
14
|
-
* Do not throw when testing invalid version strings
|
|
15
|
-
|
|
16
|
-
## 6.1.1
|
|
17
|
-
|
|
18
|
-
* Add options support for semver.coerce()
|
|
19
|
-
* Handle undefined version passed to Range.test
|
|
20
|
-
|
|
21
|
-
## 6.1.0
|
|
22
|
-
|
|
23
|
-
* Add semver.compareBuild function
|
|
24
|
-
* Support `*` in semver.intersects
|
|
25
|
-
|
|
26
|
-
## 6.0
|
|
27
|
-
|
|
28
|
-
* Fix `intersects` logic.
|
|
29
|
-
|
|
30
|
-
This is technically a bug fix, but since it is also a change to behavior
|
|
31
|
-
that may require users updating their code, it is marked as a major
|
|
32
|
-
version increment.
|
|
33
|
-
|
|
34
|
-
## 5.7
|
|
35
|
-
|
|
36
|
-
* Add `minVersion` method
|
|
37
|
-
|
|
38
|
-
## 5.6
|
|
39
|
-
|
|
40
|
-
* Move boolean `loose` param to an options object, with
|
|
41
|
-
backwards-compatibility protection.
|
|
42
|
-
* Add ability to opt out of special prerelease version handling with
|
|
43
|
-
the `includePrerelease` option flag.
|
|
44
|
-
|
|
45
|
-
## 5.5
|
|
46
|
-
|
|
47
|
-
* Add version coercion capabilities
|
|
48
|
-
|
|
49
|
-
## 5.4
|
|
50
|
-
|
|
51
|
-
* Add intersection checking
|
|
52
|
-
|
|
53
|
-
## 5.3
|
|
54
|
-
|
|
55
|
-
* Add `minSatisfying` method
|
|
56
|
-
|
|
57
|
-
## 5.2
|
|
58
|
-
|
|
59
|
-
* Add `prerelease(v)` that returns prerelease components
|
|
60
|
-
|
|
61
|
-
## 5.1
|
|
62
|
-
|
|
63
|
-
* Add Backus-Naur for ranges
|
|
64
|
-
* Remove excessively cute inspection methods
|
|
65
|
-
|
|
66
|
-
## 5.0
|
|
67
|
-
|
|
68
|
-
* Remove AMD/Browserified build artifacts
|
|
69
|
-
* Fix ltr and gtr when using the `*` range
|
|
70
|
-
* Fix for range `*` with a prerelease identifier
|