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.55 to 0.0.56

2

lib/cli/json2sav.js

@@ -11,2 +11,4 @@ #!/usr/bin/env node

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -13,0 +15,0 @@ function __() { this.constructor = d; }

4

lib/engine/Archive.js

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

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -579,3 +581,3 @@ function __() { this.constructor = d; }

cursor: this.cursor,
startBufferLength: this.bufferLength + 4,
startBufferLength: this.bufferLength + 4, // +4 because this length counts for the encompassing counter
});

@@ -582,0 +584,0 @@ return this.writeInt(4919, true); // 0x1337 as placeholder

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

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -12,0 +14,0 @@ function __() { this.constructor = d; }

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

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -12,0 +14,0 @@ function __() { this.constructor = d; }

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

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -12,0 +14,0 @@ function __() { this.constructor = d; }

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

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -12,0 +14,0 @@ function __() { this.constructor = d; }

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

Vector2D: function (builder) { return Vector2D_1.transformVector2D(builder); },
DroneTripInformation: function (builder) { return ArbitraryStruct_1.transformArbitraryStruct(builder); },
DroneDockingStateInfo: function (builder) { return ArbitraryStruct_1.transformArbitraryStruct(builder); },
LightSourceControlData: function (builder) { return ArbitraryStruct_1.transformArbitraryStruct(builder); },
FINNetworkTrace: function (builder) { return FINetworkTrace_1.transformFINNetworkTrace(builder); },

@@ -68,0 +71,0 @@ FFSlugBreedTask: function (builder) { return ArbitraryStruct_1.transformArbitraryStruct(builder); },

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

@@ -11,6 +11,6 @@ "author": "ficsit-felix",

"devDependencies": {
"@types/node": "^14.14.16",
"@types/node": "^14.14.35",
"@types/pako": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"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

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

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