New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

object-array-utils

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-array-utils - npm Package Compare versions

Comparing version
3.1.0
to
3.2.0
+6
-6
package.json
{
"name": "object-array-utils",
"version": "3.1.0",
"version": "3.2.0",
"description": "Utilities for working with arrays and objects",

@@ -19,7 +19,7 @@ "funding": "https://github.com/mathieuprog/object-array-utils?sponsor=1",

"devDependencies": {
"@tsconfig/node18": "^2.0.0",
"rollup": "^3.20.7",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vitest": "^0.30.1"
"@tsconfig/node18": "^18.2.1",
"rollup": "^3.28.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
},

@@ -26,0 +26,0 @@ "repository": {

# `object-array-utils`
`object-array-utils` allows to check the type of an object or an array.
`object-array-utils` is a JavaScript library offering utilities for advanced array and object manipulation.

@@ -120,2 +120,6 @@ ```javascript

import { cloneShape } from 'object-array-utils';
cloneShape({ foo: [{ bar: 1 }] })
import { deepFreeze } from 'object-array-utils';

@@ -122,0 +126,0 @@