Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

portable-executable-signature

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

portable-executable-signature - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

cjs/meta.js

@@ -10,3 +10,3 @@ "use strict";

const NAME = exports.NAME = "portable-executable-signature";
const VERSION = exports.VERSION = "2.0.3";
const VERSION = exports.VERSION = "2.0.4";
//# sourceMappingURL=meta.js.map
{
"name": "portable-executable-signature",
"description": "Package for reading and writing PE code signatures",
"version": "2.0.3",
"version": "2.0.4",
"keywords": [

@@ -38,3 +38,3 @@ "portable-executable",

"scripts": {
"clean": "rimraf *.log* dts esm cjs",
"clean": "rimraf dts esm cjs",
"lint": "eslint .",

@@ -50,4 +50,4 @@ "format": "prettier -w .",

"test-legacy": "npm run test-legacy:esm && npm run test-legacy:cjs",
"test:esm": "node -r source-map-support/register --test 'esm/**/*.mjs'",
"test:cjs": "node -r source-map-support/register --test 'cjs/**/*.js'",
"test:esm": "node -r source-map-support/register --test 'esm/**/*.test.mjs'",
"test:cjs": "node -r source-map-support/register --test 'cjs/**/*.test.js'",
"test": "npm run test:esm && npm run test:cjs",

@@ -65,23 +65,23 @@ "all-legacy:esm": "npm run clean && npm run build:esm && npm run test-legacy:esm && npm run lint && npm run formatted",

"author": "Alexander O'Mara",
"copyright": "Copyright (c) 2019-2023 Alexander O'Mara",
"copyright": "Copyright (c) 2019-2024 Alexander O'Mara",
"license": "MPL-2.0",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@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-plugin-search-and-replace": "^1.1.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
"prettier": "^3.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"source-map-support": "^0.5.21",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}

@@ -41,3 +41,3 @@ # Portable Executable Signature

Copyright (c) 2019-2023 Alexander O'Mara
Copyright (c) 2019-2024 Alexander O'Mara

@@ -44,0 +44,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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc