🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@nxtedition/slice

Package Overview
Dependencies
Maintainers
10
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.0.13
to
1.0.14
+1
-1
lib/index.d.ts

@@ -21,3 +21,3 @@ import util from 'node:util';

toBuffer(start?: number, end?: number): Buffer;
[Symbol.toStringTag](): string;
get [Symbol.toStringTag](): string;
[util.inspect.custom](depth: number, options: util.InspectOptionsStylized, inspect: typeof util.inspect): string;

@@ -24,0 +24,0 @@ }

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

[Symbol.toStringTag]() {
get [Symbol.toStringTag]() {
return this.toString()

@@ -213,0 +213,0 @@ }

{
"name": "@nxtedition/slice",
"version": "1.0.13",
"version": "1.0.14",
"type": "module",

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

},
"gitHead": "9b8156711c1909480df222a003871e2d9cded24c"
"gitHead": "0511aba7d3f8192bfbbe902997dfe7c713f2558c"
}