Socket
Socket
Sign inDemoInstall

cemu-smm

Package Overview
Dependencies
13
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.2 to 2.1.3

3

lib/course.js

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

static async deserialize(buffer) {
try {
buffer = await zlib.inflateSync(buffer);
} catch (err) {}
let obj = smmCourse.toObject(smmCourse.decode(Buffer.from(buffer)), {

@@ -724,0 +727,0 @@ arrays: true

9

package.json
{
"name": "cemu-smm",
"version": "2.1.2",
"version": "2.1.3",
"description": "This is a module to simplify all kinds of tasks with Loadiine Super Mario Maker save files and respectively Cemu",

@@ -20,3 +20,3 @@ "main": "lib",

"cross-unzip": "^0.2.1",
"file-type": "^4.3.0",
"file-type": "^4.4.0",
"jimp": "^0.2.27",

@@ -38,3 +38,3 @@ "protobufjs": "^6.7.3",

"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",

@@ -45,5 +45,4 @@ "jsdoc-babel": "^0.3.0",

"request-promise": "^4.2.1",
"smm-api": "^1.0.1",
"unzip-response": "^3.0.0"
"smm-api": "^1.0.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc