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

@nxtedition/slice

Package Overview
Dependencies
Maintainers
10
Versions
29
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.0.8
to
1.0.9
+3
-0
lib/index.js

@@ -162,2 +162,5 @@ import util from 'node:util'

at(index ) {
if (index >= this.byteLength || index < -this.byteLength) {
throw new RangeError(`Index out of range: ${index}`)
}
return index >= 0

@@ -164,0 +167,0 @@ ? this.buffer[this.byteOffset + index]

+2
-2
{
"name": "@nxtedition/slice",
"version": "1.0.8",
"version": "1.0.9",
"type": "module",

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

},
"gitHead": "12c38fec15bd155797cb1edae372a81061715df3"
"gitHead": "f385fe31237669bf5f9ac1fb5154e5a353710d01"
}