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.1.16 to 1.2.0

13

legacy/course.js

@@ -64,8 +64,7 @@ "use strict";

//let charBuf = Buffer.concat([titleBuf.slice(i+1, i+2), titleBuf.slice(i, i+1)]);
charBuf = Buffer.allocUnsafe(2);
charBuf.writeUInt16BE(titleBuf.readUInt16LE(i));
charBuf.writeUInt16BE(titleBuf.readUInt16BE(i));
if (!(charBuf.readUInt16LE(0) === 0)) {
if (!(charBuf.readUInt16BE(0) === 0)) {
_context2.next = 13;

@@ -98,5 +97,5 @@ break;

_charBuf.writeUInt16BE(makerBuf.readUInt16LE(_i));
_charBuf.writeUInt16BE(makerBuf.readUInt16BE(_i));
if (!(_charBuf.readUInt16LE(0) === 0)) {
if (!(_charBuf.readUInt16BE(0) === 0)) {
_context2.next = 25;

@@ -165,4 +164,4 @@ break;

var COURSE_NAME_OFFSET = 0x28;
var COURSE_NAME_LENGTH = 0x42;
var COURSE_NAME_OFFSET = 0x29;
var COURSE_NAME_LENGTH = 0x40;

@@ -169,0 +168,0 @@ var COURSE_MAKER_OFFSET = 0x92;

{
"name": "cemu-smm",
"version": "1.1.16",
"version": "1.2.0",
"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",

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