Skip to content

Commit

Permalink
update version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wuriyanto48 committed Apr 16, 2024
1 parent 5788b93 commit 49a583d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dist/lib/signature.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ export const ZIP_1: any;
export const ZIP_2: any;
export const WEBP: any;
export const SVG: any;
export const HtmlCommentRegex: RegExp;
export const SvgRegex: RegExp;
export const ScriptRegex: RegExp;
2 changes: 1 addition & 1 deletion dist/lib/validator.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ export function isRar(buffer: any): boolean | Error;
export function isGzip(buffer: any): boolean | Error;
export function isZip(buffer: any): boolean;
export function isWebp(buffer: any): boolean | Error;
export function isSvg(buffer: any): boolean | Error;
export function isSvg(buffer: any): boolean;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filesig",
"version": "1.0.3",
"version": "1.0.4",
"description": "small library to validate Files by reading each magic number from a file",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 49a583d

Please sign in to comment.