You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@vltpkg/fast-split

Package Overview
Dependencies
Maintainers
6
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vltpkg/fast-split - npm Package Compare versions

Comparing version
1.0.0-rc.22
to
1.0.0-rc.23
+3
-3
package.json
{
"name": "@vltpkg/fast-split",
"description": "A fast way to split small-to-medium sized strings by small string delimiters",
"version": "1.0.0-rc.22",
"version": "1.0.0-rc.23",
"repository": {

@@ -44,3 +44,3 @@ "type": "git",

"prettier": "../../.prettierrc.js",
"module": "./src/index.ts",
"module": "./dist/index.js",
"type": "module",

@@ -51,3 +51,3 @@ "exports": {

"import": {
"default": "./src/index.ts"
"default": "./dist/index.js"
}

@@ -54,0 +54,0 @@ }