synchsafe 6.0.15 → 6.0.18
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 +2 -5
- package/package.json +27 -27
package/README.md
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
# synchsafe
|
|
2
2
|
|
|
3
|
-
**A
|
|
3
|
+
**A module to decode and encode synchsafe integers.**
|
|
4
4
|
|
|
5
|
-
[](https://github.com/chrisguttandin/synchsafe/network/dependencies)
|
|
6
5
|
[](https://www.npmjs.com/package/synchsafe)
|
|
7
6
|
|
|
8
|
-
This module provides two functions to decode and encode synchsafe integers as it is for example
|
|
9
|
-
required by the [ID3 standard](http://id3.org/id3v2.4.0-structure). It is basically a fork of this
|
|
10
|
-
[Gist](https://gist.github.com/raym/7b8cb7b838c94cada0b7) by [raym](https://github.com/raym).
|
|
7
|
+
This module provides two functions to decode and encode synchsafe integers as it is for example required by the [ID3 standard](http://id3.org/id3v2.4.0-structure). It is a fork of this [Gist](https://gist.github.com/raym/7b8cb7b838c94cada0b7) by [raym](https://github.com/raym).
|
|
11
8
|
|
|
12
9
|
## Usage
|
|
13
10
|
|
package/package.json
CHANGED
|
@@ -10,31 +10,30 @@
|
|
|
10
10
|
}
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@babel/runtime": "^7.
|
|
13
|
+
"@babel/runtime": "^7.19.0",
|
|
14
14
|
"tslib": "^2.4.0"
|
|
15
15
|
},
|
|
16
|
-
"description": "A
|
|
16
|
+
"description": "A module to decode and encode synchsafe integers.",
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@babel/cli": "^7.
|
|
19
|
-
"@babel/core": "^7.
|
|
20
|
-
"@babel/plugin-external-helpers": "^7.
|
|
21
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
22
|
-
"@babel/preset-env": "^7.
|
|
23
|
-
"@babel/register": "^7.
|
|
24
|
-
"@commitlint/cli": "^
|
|
25
|
-
"@commitlint/config-angular": "^
|
|
18
|
+
"@babel/cli": "^7.18.10",
|
|
19
|
+
"@babel/core": "^7.19.0",
|
|
20
|
+
"@babel/plugin-external-helpers": "^7.18.6",
|
|
21
|
+
"@babel/plugin-transform-runtime": "^7.18.10",
|
|
22
|
+
"@babel/preset-env": "^7.19.0",
|
|
23
|
+
"@babel/register": "^7.18.9",
|
|
24
|
+
"@commitlint/cli": "^17.1.2",
|
|
25
|
+
"@commitlint/config-angular": "^17.1.0",
|
|
26
26
|
"@rollup/plugin-babel": "^5.3.1",
|
|
27
27
|
"chai": "^4.3.6",
|
|
28
|
-
"commitizen": "^4.2.
|
|
28
|
+
"commitizen": "^4.2.5",
|
|
29
29
|
"cz-conventional-changelog": "^3.3.0",
|
|
30
|
-
"eslint": "^8.
|
|
31
|
-
"eslint-config-holy-grail": "^52.0.
|
|
32
|
-
"grunt": "^1.5.
|
|
30
|
+
"eslint": "^8.23.0",
|
|
31
|
+
"eslint-config-holy-grail": "^52.0.32",
|
|
32
|
+
"grunt": "^1.5.3",
|
|
33
33
|
"grunt-cli": "^1.4.3",
|
|
34
|
-
"grunt-contrib-clean": "^2.0.1",
|
|
35
34
|
"grunt-sh": "^0.2.0",
|
|
36
|
-
"husky": "^
|
|
37
|
-
"karma": "^6.
|
|
35
|
+
"husky": "^8.0.1",
|
|
36
|
+
"karma": "^6.4.0",
|
|
38
37
|
"karma-chrome-launcher": "^3.1.1",
|
|
39
38
|
"karma-firefox-launcher": "^2.1.2",
|
|
40
39
|
"karma-mocha": "^2.0.1",
|
|
@@ -43,18 +42,19 @@
|
|
|
43
42
|
"karma-sinon-chai": "^2.0.2",
|
|
44
43
|
"karma-webpack": "^5.0.0",
|
|
45
44
|
"load-grunt-config": "^4.0.1",
|
|
46
|
-
"mocha": "^
|
|
47
|
-
"prettier": "^2.
|
|
45
|
+
"mocha": "^10.0.0",
|
|
46
|
+
"prettier": "^2.7.1",
|
|
48
47
|
"pretty-quick": "^3.1.3",
|
|
49
|
-
"
|
|
50
|
-
"
|
|
48
|
+
"rimraf": "^3.0.2",
|
|
49
|
+
"rollup": "^2.79.0",
|
|
50
|
+
"sinon": "^14.0.0",
|
|
51
51
|
"sinon-chai": "^3.7.0",
|
|
52
|
-
"ts-loader": "^9.
|
|
53
|
-
"tsconfig-holy-grail": "^11.1.
|
|
52
|
+
"ts-loader": "^9.3.1",
|
|
53
|
+
"tsconfig-holy-grail": "^11.1.36",
|
|
54
54
|
"tslint": "^6.1.3",
|
|
55
|
-
"tslint-config-holy-grail": "^53.2.
|
|
56
|
-
"typescript": "^4.
|
|
57
|
-
"webpack": "^5.
|
|
55
|
+
"tslint-config-holy-grail": "^53.2.33",
|
|
56
|
+
"typescript": "^4.8.3",
|
|
57
|
+
"webpack": "^5.74.0"
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
|
60
60
|
"node": ">=12.20.1"
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"test": "grunt lint && grunt test"
|
|
81
81
|
},
|
|
82
82
|
"types": "build/es2019/module.d.ts",
|
|
83
|
-
"version": "6.0.
|
|
83
|
+
"version": "6.0.18"
|
|
84
84
|
}
|