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

@etothepii/satisfactory-file-parser

Package Overview
Dependencies
Maintainers
0
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@etothepii/satisfactory-file-parser - npm Package Compare versions

Comparing version 0.4.19 to 0.4.20

4

build/parser/satisfactory/blueprint/blueprint-reader.js

@@ -140,2 +140,4 @@ "use strict";

const color = util_types_1.col4.ParseRGBA(reader);
const referencedIconLibrary = reader.readString();
const iconLibraryType = reader.readString();
return {

@@ -145,2 +147,4 @@ description,

iconID,
referencedIconLibrary,
iconLibraryType
};

@@ -147,0 +151,0 @@ }

@@ -85,4 +85,6 @@ "use strict";

util_types_1.col4.SerializeRGBA(writer, config.color);
writer.writeString(config.referencedIconLibrary);
writer.writeString(config.iconLibraryType);
}
}
exports.BlueprintConfigWriter = BlueprintConfigWriter;

@@ -9,2 +9,4 @@ import { ChunkCompressionInfo } from "../../file.types";

iconID: number;
referencedIconLibrary: string;
iconLibraryType: string;
}

@@ -11,0 +13,0 @@ export type BlueprintHeader = {

2

package.json
{
"name": "@etothepii/satisfactory-file-parser",
"author": "etothepii",
"version": "0.4.19",
"version": "0.4.20",
"description": "A file parser for satisfactory files. Includes save files and blueprint files.",

@@ -6,0 +6,0 @@ "types": "./build/index.d.ts",

@@ -21,3 +21,3 @@ # Satisfactory File Parser

| U8 | ✅ 0.1.20 - 0.3.7 |
| U1.0 | ✅ >= 0.4.16 |
| U1.0 | ✅ >= 0.4.20 |

@@ -147,5 +147,12 @@ # Installation via npm

# Changelog
### [0.4.18] (2024-10-06)
### [0.4.20] (2024-10-06)
#### bugfix
* added parsing of icon library reference to parsing blueprints.
### [0.4.19] (2024-10-06)
#### Migrated repo to public github
### [0.4.18] (2024-10-05)
#### updated README
### [0.4.17] (2024-10-05)

@@ -152,0 +159,0 @@ #### updated README

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