Comparing version 0.7.55 to 0.7.56
@@ -13,2 +13,3 @@ const { squish, unsquish } = require('./src/squish'); | ||
const Squisher = require('./src/Squisher'); | ||
const Asset = require('./src/Asset'); | ||
const GeometryUtils = require('./src/util/geometry'); | ||
@@ -30,3 +31,4 @@ | ||
TerrainGenerator: terrainGenerator, | ||
GeometryUtils | ||
GeometryUtils, | ||
Asset | ||
}; |
{ | ||
"name": "squishjs", | ||
"version": "0.7.55", | ||
"version": "0.7.56", | ||
"description": "squish & unsquish stuff", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -38,3 +38,3 @@ const ID_SUBTYPE = 43; | ||
for (let i = arr.length - 1; i >= 0; i--) { | ||
const val = arr[i]; | ||
const val = arr[i] > 9 ? arr[i] : '0' + arr[i]; | ||
str = val + str | ||
@@ -50,2 +50,2 @@ } | ||
squishId | ||
}; | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
161370
55
3074
5
2