Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

string-ts

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string-ts - npm Package Compare versions

Comparing version
2.3.0-experimental.3
to
2.3.0-experimental.4
+3
-2
package.json
{
"name": "string-ts",
"version": "2.3.0-experimental.3",
"version": "2.3.0-experimental.4",
"description": "Strongly-typed string functions.",

@@ -17,4 +17,5 @@ "author": "Gustavo Guichard <@gugaguichard>",

".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs",
"types": "./dist/index.d.ts"

@@ -21,0 +22,0 @@ },