🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@nxtedition/slice

Package Overview
Dependencies
Maintainers
11
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nxtedition/slice - npm Package Compare versions

Comparing version
1.1.3
to
1.1.4
+1
-1
lib/index.js

@@ -367,3 +367,3 @@ import util from 'node:util'

padding: this.#padding,
ratio: this.#size > 0 ? this.#size / (this.#size - this.#padding) : 1,
ratio: this.#size > this.#padding ? this.#size / (this.#size - this.#padding) : 1,
poolTotal: this.#poolBuffer.byteLength,

@@ -370,0 +370,0 @@ poolUsed: this.#poolOffset,

{
"name": "@nxtedition/slice",
"version": "1.1.3",
"version": "1.1.4",
"type": "module",

@@ -33,3 +33,3 @@ "main": "lib/index.js",

},
"gitHead": "a95ef1b72677b853fd7943f7071c266f1789e134"
"gitHead": "a29e479679bd053fa37ff8868d47918a8983ee48"
}