Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@etothepii/satisfactory-file-parser

Package Overview
Dependencies
Maintainers
1
Versions
86
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.0.25 to 0.0.26

dist/index.d.ts

17

package.json
{
"name": "@etothepii/satisfactory-file-parser",
"author": "etothepii",
"version": "0.0.25",
"version": "0.0.26",
"description": "A file parser for satisfactory files. Includes save files and blueprint files.",
"typings": "./build/index.d.ts",
"types": "./build/index.d.ts",
"main": "./build/index.js",

@@ -18,4 +18,5 @@ "keywords": [

"test": "jest --config=jest.config.json",
"build": "tsc",
"prepublish": "npm version patch"
"build": "tsc && npm run bundle",
"bundle": "npx webpack",
"prepublishOnly": "npm run build && npm version patch"
},

@@ -35,6 +36,12 @@ "repository": {

"@types/pako": "^2.0.0",
"dts-bundle-generator": "^8.0.0",
"jest": "^29.5.0",
"npm-dts": "^1.3.12",
"npm-dts-webpack-plugin": "^1.3.12",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
"typescript": "^5.0.2",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1"
},

@@ -41,0 +48,0 @@ "dependencies": {

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