Socket
Socket
Sign inDemoInstall

@zerodep/string

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zerodep/string - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

cjs.cjs

13

package.json
{
"name": "@zerodep/string",
"description": "A set of functions to manipulate strings",
"version": "2.0.4",
"version": "2.0.5",
"license": "MIT",

@@ -15,8 +15,11 @@ "repository": {

"sideEffects": false,
"type": "module",
"types": "index.d.ts",
"main": "cjs.js",
"module": "esm.js",
"main": "cjs.cjs",
"module": "esm.mjs",
"exports": {
"import": "./esm.js",
"require": "./cjs.js"
".": {
"import": "./esm.mjs",
"require": "./cjs.cjs"
}
},

@@ -23,0 +26,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc