Socket
Socket
Sign inDemoInstall

cemu-smm

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cemu-smm - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

2

legacy/save.js

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

rimraf(coursePath, function () {
_this8.data.writeUInt8(courseId, SAVE_ORDER_OFFSET + courseId);
_this8.data.writeUInt8(0xFF, SAVE_ORDER_OFFSET + courseId);
_this8.writeCrc();

@@ -860,0 +860,0 @@ delete _this8.courses[courseName];

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -387,3 +387,3 @@ try {

rimraf(coursePath, () => {
this.data.writeUInt8(courseId, SAVE_ORDER_OFFSET + courseId);
this.data.writeUInt8(0xFF, SAVE_ORDER_OFFSET + courseId);
this.writeCrc();

@@ -390,0 +390,0 @@ delete this.courses[courseName];

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