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.46 to 0.0.47

3

lib/transforms/properties/MapProperty.js

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

},
IntProperty: function (builder) {
builder.int('value');
},
$default: function (builder) {

@@ -93,0 +96,0 @@ builder.exec(function (ctx) {

8

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

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

"devDependencies": {
"@types/node": "^14.11.10",
"@types/node": "^14.14.6",
"@types/pako": "^1.0.1",

@@ -17,4 +17,4 @@ "@typescript-eslint/eslint-plugin": "^4.1.1",

"commander": "^6.0.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.13.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.3",

@@ -21,0 +21,0 @@ "prettier": "^2.0.5",

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