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

@nxtedition/slice

Package Overview
Dependencies
Maintainers
11
Versions
30
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.1
to
1.1.2
+6
-0
lib/index.js

@@ -45,2 +45,8 @@ import util from 'node:util'

if (byteOffset + byteLength > buffer.byteLength) {
throw new RangeError(
`byteOffset + byteLength (${byteOffset + byteLength}) exceeds buffer size (${buffer.byteLength})`,
)
}
this.buffer = buffer

@@ -47,0 +53,0 @@ this.byteOffset = byteOffset

+2
-2
{
"name": "@nxtedition/slice",
"version": "1.1.1",
"version": "1.1.2",
"type": "module",

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

},
"gitHead": "7c9c7457c885c644c7a1e70ef894d4727ce240d6"
"gitHead": "46b274a6aae8f201e61655dcd8cd8d3ce24af85a"
}