portable-executable-signature
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -10,3 +10,3 @@ "use strict"; | ||
const NAME = exports.NAME = "portable-executable-signature"; | ||
const VERSION = exports.VERSION = "2.0.4"; | ||
const VERSION = exports.VERSION = "2.0.5"; | ||
//# sourceMappingURL=meta.js.map |
{ | ||
"name": "portable-executable-signature", | ||
"description": "Package for reading and writing PE code signatures", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"keywords": [ | ||
@@ -66,10 +66,10 @@ "portable-executable", | ||
"devDependencies": { | ||
"@babel/cli": "^7.23.9", | ||
"@babel/core": "^7.23.9", | ||
"@babel/preset-env": "^7.23.9", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@types/node": "^20.11.20", | ||
"@typescript-eslint/eslint-plugin": "^7.0.2", | ||
"@typescript-eslint/parser": "^7.0.2", | ||
"babel-plugin-esm-resolver": "^2.3.2", | ||
"@babel/cli": "^7.24.1", | ||
"@babel/core": "^7.24.4", | ||
"@babel/preset-env": "^7.24.4", | ||
"@babel/preset-typescript": "^7.24.1", | ||
"@types/node": "^20.12.7", | ||
"@typescript-eslint/eslint-plugin": "^7.7.0", | ||
"@typescript-eslint/parser": "^7.7.0", | ||
"babel-plugin-esm-resolver": "^2.3.3", | ||
"babel-plugin-search-and-replace": "^1.1.1", | ||
@@ -79,8 +79,8 @@ "eslint": "^8.57.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsdoc": "^48.2.0", | ||
"eslint-plugin-jsdoc": "^48.2.3", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^5.0.5", | ||
"source-map-support": "^0.5.21", | ||
"typescript": "^5.3.3" | ||
"typescript": "^5.4.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
77905