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

react-hook-array

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hook-array - npm Package Compare versions

Comparing version
0.1.4
to
0.1.5
+2
dist/index.d.ts
import React from "react";
export declare const useArray: <T>(initialValue: T[]) => readonly [T[], React.Dispatch<React.SetStateAction<T[]>>, (index: number, value: T) => void, (value: T) => void, () => T | undefined];
+2
-3
{
"name": "react-hook-array",
"version": "0.1.4",
"version": "0.1.5",
"author": {

@@ -14,4 +14,3 @@ "name": "Victor Moraes"

"files": [
"index.js",
"index.d.ts"
"dist"
],

@@ -18,0 +17,0 @@ "scripts": {