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

resedit

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resedit - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

5

CHANGELOG.md
# Changelog
## v0.3.1
- Added missing string table rounding up for `VersionInfo` (#13, thanks to @AlexanderOMara)
## v0.3.0

@@ -8,2 +12,3 @@

- (Internal change) Updated package dependencies for developments
- TypeScript version is updated to 3.7.x, so the type definitions might be incompatible for older version of TypeScript (especially <3.4.x)

@@ -10,0 +15,0 @@ ## v0.2.2

4

dist/resource/VersionInfo.js

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

}
offset = childData[0];
offset = functions_1.roundUp(childData[0], 4);
};

@@ -130,3 +130,3 @@ while (offset < last) {

if (view.getUint16(offset + 4, true) !== 0) {
offset += childDataLen;
offset += functions_1.roundUp(childDataLen, 4);
continue;

@@ -133,0 +133,0 @@ }

@@ -1,2 +0,2 @@

declare const _default: "0.3.0";
declare const _default: "0.3.1";
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = '0.3.0';
exports.default = '0.3.1';
{
"name": "resedit",
"version": "0.3.0",
"version": "0.3.1",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=10",

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