Comparing version 3.12.0 to 3.13.0
@@ -22,3 +22,3 @@ 'use strict'; | ||
this.pos = end; | ||
return buf.slice(start, end); | ||
return buf.subarray(start, end); | ||
}, | ||
@@ -25,0 +25,0 @@ }; |
{ | ||
"name": "metautil", | ||
"version": "3.12.0", | ||
"version": "3.13.0", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": "16 || 18 || 19 || 20" | ||
"node": "18 || 20" | ||
}, | ||
@@ -42,3 +42,3 @@ "repository": { | ||
"devDependencies": { | ||
"@types/node": "^20.4.3", | ||
"@types/node": "^20.7.0", | ||
"eslint": "^8.35.0", | ||
@@ -45,0 +45,0 @@ "eslint-config-metarhia": "^8.2.1", |
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
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
39928