New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ariesclark/string

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ariesclark/string - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

19

package.json

@@ -5,7 +5,8 @@ {

"sideEffects": false,
"version": "0.2.2",
"description": "",
"version": "0.2.3",
"description": "Fast, efficient, and easy-to-use string extensions for TypeScript.",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"exports": {

@@ -15,7 +16,15 @@ ".": "./dist/index.js",

},
"keywords": [],
"author": "",
"keywords": [
"string",
"typescript",
"utility"
],
"repository": {
"type": "git",
"url": "https://github.com/ariesclark/extensions.git"
},
"author": "ariesclark",
"license": "MIT",
"dependencies": {
"@ariesclark/array": "^0.2.2"
"@ariesclark/array": "^0.2.3"
},

@@ -22,0 +31,0 @@ "devDependencies": {

@@ -7,5 +7,46 @@ <div align="center">

/>
</div>
Fast, efficient, and easy-to-use string extensions for TypeScript.
## Packages
<div>
<a href="https://npm.im/@ariesclark/extensions">
<img
src="https://files.aries.fyi/2024/03/31/bef04054b69ddc08.png"
alt="@ariesclark/extensions"
width="32%"
/>
</a>
<a href="https://npm.im/@ariesclark/array">
<img
src="https://files.aries.fyi/2024/03/31/47f1b3d44c9f72ee.png"
alt="@ariesclark/array"
width="32%"
/>
</a>
<a href="https://npm.im/@ariesclark/number">
<img
src="https://files.aries.fyi/2024/03/31/6f2514e5d32449c8.png"
alt="@ariesclark/number"
width="32%"
/>
</a>
<a href="https://npm.im/@ariesclark/object">
<img
src="https://files.aries.fyi/2024/03/31/83e8a81620e7baa8.png"
alt="@ariesclark/object"
width="32%"
/>
</a>
<a href="https://npm.im/@ariesclark/string">
<img
src="https://files.aries.fyi/2024/03/31/a1a4f7062e683fef.png"
alt="@ariesclark/string"
width="32%"
/>
</a>
</div>
## Installation

@@ -12,0 +53,0 @@

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