Socket
Socket
Sign inDemoInstall

satisfactory-json

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

satisfactory-json - npm Package Compare versions

Comparing version 0.0.48 to 0.0.49

1

lib/transforms/Extra.js

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

'/Game/FactoryGame/Buildable/Factory/PowerLine/Build_PowerLine.Build_PowerLine_C': function (builder) { return builder.call(TransformationEngine_1.RegisteredFunction.transformPowerLine); },
'/Game/FactoryGame/Events/Christmas/Buildings/PowerLineLights/Build_XmassLightsLine_C': function (builder) { return builder.call(TransformationEngine_1.RegisteredFunction.transformPowerLine); },
'/Game/FactoryGame/-Shared/Blueprint/BP_CircuitSubsystem.BP_CircuitSubsystem_C': function (builder) { return builder.call(TransformationEngine_1.RegisteredFunction.transformCircuitSubsystem); },

@@ -10,0 +11,0 @@ '/Game/FactoryGame/-Shared/Blueprint/BP_GameMode.BP_GameMode_C': function (builder) { return builder.call(TransformationEngine_1.RegisteredFunction.transformGameMode); },

@@ -69,2 +69,5 @@ "use strict";

},
EnumProperty: function (builder) {
builder.str('key');
},
$default: function (builder) {

@@ -71,0 +74,0 @@ builder.exec(function (ctx) {

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

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

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

8

package.json
{
"name": "satisfactory-json",
"version": "0.0.48",
"version": "0.0.49",
"description": "Convert Satisfactory save files to JSON and back",

@@ -8,3 +8,3 @@ "author": "ficsit-felix",

"jsbi": "^3.1.2",
"pako": "^1.0.11"
"pako": "^2.0.2"
},

@@ -14,4 +14,4 @@ "devDependencies": {

"@types/pako": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"commander": "^6.0.0",

@@ -18,0 +18,0 @@ "eslint": "^7.12.1",

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