Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

satisfactory-json

Package Overview
Dependencies
2
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.53 to 0.0.54

1

lib/transforms/properties/StructProperty.js

@@ -73,2 +73,3 @@ "use strict";

SInventory: function (builder) { return ArbitraryStruct_1.transformArbitraryStruct(builder); },
FFPlotTask: function (builder) { return ArbitraryStruct_1.transformArbitraryStruct(builder); },
$default: function (builder) {

@@ -75,0 +76,0 @@ return builder.error(function (ctx) { return "Unknown struct property: " + ctx.obj.type; });

4

lib/transforms/properties/TextProperty.js

@@ -48,3 +48,5 @@ "use strict";

// From Unreal Engine 4.23 on, the culture invariant strings are stored without history. This applies to Satisfactory builds from 140822 on.
builder.if(function (ctx) { return ctx.tmp.buildVersion >= 139650; }, function (builder) {
builder.if(function (ctx) {
return ctx.tmp.buildVersion == 139650 || ctx.tmp.buildVersion >= 140822;
}, function (builder) {
builder.int('hasCultureInvariantString').if(function (ctx) { return ctx.obj.hasCultureInvariantString == 1; }, function (builder) {

@@ -51,0 +53,0 @@ builder.str('cultureInvariantString');

{
"name": "satisfactory-json",
"version": "0.0.53",
"version": "0.0.54",
"description": "Convert Satisfactory save files to JSON and back",

@@ -13,4 +13,4 @@ "author": "ficsit-felix",

"@types/pako": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"commander": "^7.0.0",

@@ -17,0 +17,0 @@ "eslint": "^7.16.0",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc