New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

b-engine-tiler

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

b-engine-tiler - npm Package Compare versions

Comparing version 1.0.23 to 1.0.24

4

dist/logic/TileMapRenderer.js

@@ -28,4 +28,6 @@ "use strict";

for (let mappingX of mappingY) {
if (!mappingX || mappingX === '0')
if (!mappingX || mappingX === '0') {
x += this.w;
continue;
}
const tile = tileSet.findTileById(mappingX);

@@ -32,0 +34,0 @@ layer.objectHandler.add(tile.createTileRenderable(x, y, this.w, this.h));

{
"name": "b-engine-tiler",
"version": "1.0.23",
"version": "1.0.24",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/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