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

@ariesclark/array

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/array - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

21

package.json

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

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

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

},
"keywords": [],
"author": "",
"keywords": [
"array",
"typescript",
"utility"
],
"repository": {
"type": "git",
"url": "https://github.com/ariesclark/extensions.git"
},
"author": "ariesclark",
"license": "MIT",
"dependencies": {
"@ariesclark/number": "^0.2.1"
"@ariesclark/number": "^0.2.2"
},
"devDependencies": {
"ts-readme": "^1.1.3",
"@ariesclark/object": "^0.2.1"
"@ariesclark/object": "^0.2.2"
},

@@ -26,0 +35,0 @@ "scripts": {

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

/>
</div>
Fast, efficient, and easy-to-use array 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