metadata-detector-streams 3.0.10 → 3.0.14

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Christoph Guttandin
3
+ Copyright (c) 2022 Christoph Guttandin
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -15,4 +15,4 @@ exports.createLocateStream = createLocateStream;
15
15
 
16
16
  const createStripStream = () => new _strip.StripStream();
17
17
 
18
- exports.createStripStream = createStripStream;
18
+ exports.createStripStream = createStripStream;
@@ -146,4 +146,4 @@ class LocateStream extends _stream.Writable {
146
146
 
147
147
  }
148
148
 
149
- exports.LocateStream = LocateStream;
149
+ exports.LocateStream = LocateStream;
@@ -164,4 +164,4 @@ class StripStream extends _stream.Transform {
164
164
 
165
165
  }
166
166
 
167
- exports.StripStream = StripStream;
167
+ exports.StripStream = StripStream;
@@ -28,4 +28,4 @@ Object.keys(_writableCallback).forEach(function (key) {
28
28
  return _writableCallback[key];
29
29
  }
30
30
  });
31
- });
31
+ });
@@ -2,4 +2,4 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
5
+ });
@@ -2,4 +2,4 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
5
+ });
package/package.json CHANGED
@@ -9,38 +9,38 @@
9
9
  }
10
10
  },
11
11
  "dependencies": {
12
- "synchsafe": "^6.0.9",
12
+ "synchsafe": "^6.0.13",
13
13
  "tslib": "^2.3.1"
14
14
  },
15
15
  "description": "A simple tool to locate and strip metadata from files.",
16
16
  "devDependencies": {
17
- "@babel/core": "^7.16.0",
18
- "@babel/preset-env": "^7.16.0",
19
- "@babel/register": "^7.16.0",
20
- "@commitlint/cli": "^14.1.0",
21
- "@commitlint/config-angular": "^14.1.0",
22
- "chai": "^4.3.4",
17
+ "@babel/cli": "^7.17.0",
18
+ "@babel/core": "^7.17.2",
19
+ "@babel/preset-env": "^7.16.11",
20
+ "@babel/register": "^7.17.0",
21
+ "@commitlint/cli": "^16.1.0",
22
+ "@commitlint/config-angular": "^16.0.0",
23
+ "chai": "^4.3.6",
23
24
  "commitizen": "^4.2.4",
24
25
  "cz-conventional-changelog": "^3.3.0",
25
- "eslint": "^7.32.0",
26
- "eslint-config-holy-grail": "^50.1.18",
26
+ "eslint": "^8.8.0",
27
+ "eslint-config-holy-grail": "^51.0.3",
27
28
  "grunt": "^1.4.1",
28
- "grunt-babel": "^8.0.0",
29
29
  "grunt-cli": "^1.4.3",
30
30
  "grunt-contrib-clean": "^2.0.0",
31
31
  "grunt-sh": "^0.2.0",
32
32
  "husky": "^7.0.4",
33
33
  "leche": "^2.3.0",
34
34
  "load-grunt-config": "^4.0.1",
35
- "mocha": "^9.1.3",
36
- "prettier": "^2.4.1",
37
- "pretty-quick": "^3.1.1",
35
+ "mocha": "^9.2.0",
36
+ "prettier": "^2.5.1",
37
+ "pretty-quick": "^3.1.3",
38
38
  "sinon": "^11.1.2",
39
39
  "sinon-chai": "^3.7.0",
40
- "tsconfig-holy-grail": "^11.1.19",
40
+ "tsconfig-holy-grail": "^11.1.25",
41
41
  "tslint": "^6.1.3",
42
- "tslint-config-holy-grail": "^53.2.25",
43
- "typescript": "^4.4.4"
42
+ "tslint-config-holy-grail": "^53.2.26",
43
+ "typescript": "^4.5.5"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=12.20.1"
@@ -64,5 +64,5 @@
64
64
  "test": "grunt lint && grunt test"
65
65
  },
66
66
  "types": "build/es2019/module.d.ts",
67
- "version": "3.0.10"
67
+ "version": "3.0.14"
68
68
  }