New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@etothepii/satisfactory-file-parser

Package Overview
Dependencies
Maintainers
1
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.1.22 to 0.1.24

2

build/parser/satisfactory/save/save-writer.js

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

const totalUncompressedSize = bufferArray.byteLength;
const saveBody = new Uint8Array(bufferArray.byteLength + 4);
const saveBody = new Uint8Array(bufferArray.byteLength + 8);
saveBody.set(new Uint8Array(bufferArray), 4);

@@ -75,0 +75,0 @@ const miniView = new DataView(saveBody.buffer);

{
"name": "@etothepii/satisfactory-file-parser",
"author": "etothepii",
"version": "0.1.22",
"version": "0.1.24",
"description": "A file parser for satisfactory files. Includes save files and blueprint files.",

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

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