@depup/stream-json 1.9.1-depup.0 → 1.9.1-depup.1

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/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @depup/stream-json
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [stream-json](https://www.npmjs.com/package/stream-json) @ 1.9.1 |
17
- | Processed | 2026-03-17 |
17
+ | Processed | 2026-03-18 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 1 |
20
20
 
@@ -22,7 +22,7 @@ npm install @depup/stream-json
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | stream-chain | ^2.2.5 | ^3.4.1 |
25
+ | stream-chain | ^2.2.5 | ^3.5.0 |
26
26
 
27
27
  ---
28
28
 
package/changes.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "bumped": {
3
3
  "stream-chain": {
4
4
  "from": "^2.2.5",
5
- "to": "^3.4.1"
5
+ "to": "^3.5.0"
6
6
  }
7
7
  },
8
- "timestamp": "2026-03-17T16:39:24.506Z",
8
+ "timestamp": "2026-03-18T08:21:04.437Z",
9
9
  "totalUpdated": 1
10
10
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/stream-json",
3
- "version": "1.9.1-depup.0",
4
- "description": "[DepUp] stream-json is the micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can parse JSON files far exceeding available memory streaming individual primitives using a SAX-inspired API. Includes utilities to stream JSON database dumps.",
3
+ "version": "1.9.1-depup.1",
4
+ "description": "stream-json is the micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can parse JSON files far exceeding available memory streaming individual primitives using a SAX-inspired API. Includes utilities to stream JSON database dumps. (with updated dependencies)",
5
5
  "homepage": "http://github.com/uhop/stream-json",
6
6
  "bugs": "http://github.com/uhop/stream-json/issues",
7
7
  "main": "index.js",
@@ -9,7 +9,7 @@
9
9
  "test": "tests"
10
10
  },
11
11
  "dependencies": {
12
- "stream-chain": "^3.4.1"
12
+ "stream-chain": "^3.5.0"
13
13
  },
14
14
  "devDependencies": {
15
15
  "heya-unit": "^0.3.0"
@@ -24,10 +24,12 @@
24
24
  "url": "git://github.com/uhop/stream-json.git"
25
25
  },
26
26
  "keywords": [
27
- "depup",
28
- "dependency-bumped",
29
- "updated-deps",
30
27
  "stream-json",
28
+ "depup",
29
+ "updated-dependencies",
30
+ "security",
31
+ "latest",
32
+ "patched",
31
33
  "scanner",
32
34
  "lexer",
33
35
  "tokenizer",
@@ -52,13 +54,13 @@
52
54
  "changes": {
53
55
  "stream-chain": {
54
56
  "from": "^2.2.5",
55
- "to": "^3.4.1"
57
+ "to": "^3.5.0"
56
58
  }
57
59
  },
58
60
  "depsUpdated": 1,
59
61
  "originalPackage": "stream-json",
60
62
  "originalVersion": "1.9.1",
61
- "processedAt": "2026-03-17T16:39:26.281Z",
63
+ "processedAt": "2026-03-18T08:21:05.732Z",
62
64
  "smokeTest": "passed"
63
65
  }
64
66
  }