Socket
Socket
Sign inDemoInstall

duke3d-art

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duke3d-art - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

4

package.json
{
"name": "duke3d-art",
"version": "0.0.9",
"version": "0.0.10",
"description": "A module for reading, writing, interacting with and manipulating Duke Nukem 3D Tiles.ART files.",

@@ -43,3 +43,3 @@ "main": "src/art.js",

"colour-rgba": "^1.0.4",
"duke3d-palette": "0.0.3",
"duke3d-palette": "^0.0.4",
"extended-math": "^1.0.8",

@@ -46,0 +46,0 @@ "extra-utilities": "^1.3.6",

@@ -762,2 +762,6 @@ "use strict";

if(artByteBuffer.remaining() !== 0) {
console.warn("Additional " + artByteBuffer.remaining() + " bytes found at the end of the art file.");
}
let tiles = [];

@@ -764,0 +768,0 @@

@@ -57,11 +57,7 @@ "use strict";

return {
offset: {
x: self.xOffset,
y: self.yOffset
},
xOffset: self.xOffset,
yOffset: self.yOffset,
numberOfFrames: self.numberOfFrames,
animation: {
type: self.getAnimationType().name,
speed: self.animationSpeed
},
animationType: self.getAnimationType().name,
animationSpeed: self.animationSpeed,
extra: self.extra

@@ -118,3 +114,3 @@ };

self.animationType === value.animationType &&
self.animationSpeed=== value.animationSpeed;
self.animationSpeed === value.animationSpeed;
}

@@ -121,0 +117,0 @@

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