@npeersab/msgreader 3.8.3 → 4.1.6

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
@@ -6,6 +6,16 @@ Original project: https://github.com/ykarpovich/msg.reader
6
6
  Online demo: http://ykarpovich.github.io/msg.reader/examples/example.html
7
7
 
8
8
  This repo contains the core of the original project as npm package.
9
+
10
+ ## Version details
11
+
12
+ | msgreader | target |
13
+ |--------|--------|
14
+ | 2.0.1 | es2015 |
15
+ | 3.8.3 | es2015 |
16
+ | 3.9.8 | es2015 |
17
+ | 4.1.6 | ES2018 |
18
+
9
19
  ## How to use
10
20
  ```javascript
11
21
  import fs from 'fs'
package/lib/const.d.ts CHANGED
@@ -46,15 +46,15 @@ declare const _default: {
46
46
  '0037': string;
47
47
  '0c1a': string;
48
48
  '0c1f': string;
49
- 1000: string;
49
+ '1000': string;
50
50
  '007d': string;
51
- 1009: string;
52
- 3703: string;
53
- 3704: string;
54
- 3707: string;
55
- 3712: string;
56
- 3001: string;
57
- 3003: string;
51
+ '1009': string;
52
+ '3703': string;
53
+ '3704': string;
54
+ '3707': string;
55
+ '3712': string;
56
+ '3001': string;
57
+ '3003': string;
58
58
  };
59
59
  CLASS_MAPPING: {
60
60
  ATTACHMENT_DATA: string;
package/lib/utils.js CHANGED
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.uInt2int = exports.arraysEqual = void 0;
3
4
  function arraysEqual(a, b) {
4
5
  if (a === b)
5
6
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npeersab/msgreader",
3
- "version": "3.8.3",
3
+ "version": "4.1.6",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "homepage": "https://github.com/npeersab/msgreader#readme",
22
22
  "devDependencies": {
23
- "typescript": "3.8.3"
23
+ "typescript": "4.1.6"
24
24
  },
25
25
  "dependencies": {
26
26
  "fast-text-encoding": "1.0.3"