Skip to content

Commit 49a583d

Browse files
committed
update version to 1.0.4
1 parent 5788b93 commit 49a583d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

dist/lib/signature.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ export const ZIP_1: any;
3030
export const ZIP_2: any;
3131
export const WEBP: any;
3232
export const SVG: any;
33+
export const HtmlCommentRegex: RegExp;
34+
export const SvgRegex: RegExp;
35+
export const ScriptRegex: RegExp;

dist/lib/validator.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ export function isRar(buffer: any): boolean | Error;
2727
export function isGzip(buffer: any): boolean | Error;
2828
export function isZip(buffer: any): boolean;
2929
export function isWebp(buffer: any): boolean | Error;
30-
export function isSvg(buffer: any): boolean | Error;
30+
export function isSvg(buffer: any): boolean;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filesig",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "small library to validate Files by reading each magic number from a file",
55
"main": "index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)