portable-executable-signature
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -10,4 +10,4 @@ "use strict"; | ||
exports.NAME = NAME; | ||
const VERSION = "1.0.1"; | ||
const VERSION = "1.1.0"; | ||
exports.VERSION = VERSION; | ||
//# sourceMappingURL=meta.js.map |
{ | ||
"name": "portable-executable-signature", | ||
"description": "Package for reading and writing PE code signatures", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"keywords": [ | ||
@@ -20,2 +20,13 @@ "portable-executable", | ||
"main": "lib/index", | ||
"exports": { | ||
"./module.mjs": "./module.mjs", | ||
".": [ | ||
{ | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.js", | ||
"default": "./lib/index.js" | ||
}, | ||
"./lib/index.js" | ||
] | ||
}, | ||
"types": "lib/index.d.ts", | ||
@@ -39,22 +50,21 @@ "module": "module.mjs", | ||
"author": "Alexander O'Mara", | ||
"copyright": "Copyright (c) 2019 Alexander O'Mara", | ||
"copyright": "Copyright (c) 2019-2020 Alexander O'Mara", | ||
"license": "MPL-2.0", | ||
"devDependencies": { | ||
"@babel/core": "^7.7.5", | ||
"@babel/plugin-proposal-class-properties": "^7.7.4", | ||
"@babel/plugin-proposal-decorators": "^7.7.4", | ||
"@babel/plugin-transform-runtime": "^7.7.6", | ||
"@babel/preset-env": "^7.7.6", | ||
"@babel/preset-typescript": "^7.7.4", | ||
"@babel/register": "^7.7.4", | ||
"@types/jasmine": "^3.5.0", | ||
"@types/node": "^12.12.18", | ||
"@typescript-eslint/eslint-plugin": "^2.12.0", | ||
"@typescript-eslint/parser": "^2.12.0", | ||
"@babel/core": "^7.10.5", | ||
"@babel/plugin-proposal-class-properties": "^7.10.4", | ||
"@babel/plugin-proposal-decorators": "^7.10.5", | ||
"@babel/preset-env": "^7.10.4", | ||
"@babel/preset-typescript": "^7.10.4", | ||
"@babel/register": "^7.10.5", | ||
"@types/jasmine": "^3.5.11", | ||
"@types/node": "^14.0.26", | ||
"@typescript-eslint/eslint-plugin": "^3.7.0", | ||
"@typescript-eslint/parser": "^3.7.0", | ||
"babel-plugin-esm-resolver": "^2.1.0", | ||
"del": "^5.1.0", | ||
"eslint": "^6.7.2", | ||
"eslint-plugin-import": "^2.19.1", | ||
"eslint-plugin-jsdoc": "^18.4.3", | ||
"execa": "^3.4.0", | ||
"eslint": "^7.5.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jsdoc": "^30.0.3", | ||
"execa": "^4.0.3", | ||
"gulp": "^4.0.2", | ||
@@ -67,10 +77,10 @@ "gulp-babel": "^8.0.0", | ||
"gulp-sourcemaps": "^2.6.5", | ||
"jasmine": "^3.5.0", | ||
"jasmine-core": "^3.5.0", | ||
"jasmine-spec-reporter": "^4.2.1", | ||
"nodemon": "^2.0.2", | ||
"source-map-support": "^0.5.16", | ||
"typescript": "^3.7.3" | ||
"jasmine": "^3.6.1", | ||
"jasmine-core": "^3.6.0", | ||
"jasmine-spec-reporter": "^5.0.2", | ||
"nodemon": "^2.0.4", | ||
"source-map-support": "^0.5.19", | ||
"typescript": "^3.9.7" | ||
}, | ||
"dependencies": {} | ||
} |
@@ -49,3 +49,3 @@ # portable-executable-signature | ||
Copyright (c) 2019 Alexander O'Mara | ||
Copyright (c) 2019-2020 Alexander O'Mara | ||
@@ -52,0 +52,0 @@ Licensed under the Mozilla Public License, v. 2.0. |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73813
29