Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@deckstar/react-final-form-arrays

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deckstar/react-final-form-arrays - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

dist/package.json
{
"name": "@deckstar/react-final-form-arrays",
"version": "1.0.0",
"version": "1.0.2",
"description": "A component for rendering and editing arrays 🏁 React Final Form",

@@ -14,3 +14,2 @@ "main": "dist/src",

],
"scripts": {},
"author": "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)",

@@ -17,0 +16,0 @@ "license": "MIT",

import type { BoundMutators, FieldMutators, FieldSubscription, FormValuesShape } from "final-form";
import { BoundArrayMutators } from "final-form-arrays";
import { FieldMetaState, FieldRenderProps, FullFieldSubscription, RenderableProps, UseFieldConfig } from "react-final-form";
import { FieldInputPropsBasedOnSubscription, FieldMetaState, FieldRenderProps, FullFieldSubscription, RenderableProps, UseFieldConfig } from "react-final-form";
export type { RenderableProps };

@@ -8,7 +8,4 @@ export type FieldArrayRenderProps<FieldValue, FormValues extends FormValuesShape = FormValuesShape, Mutators extends BoundMutators<FormValues> & BoundArrayMutators<FormValues> = BoundArrayMutators<FormValues>, Subscription extends FieldSubscription = FullFieldSubscription> = {

forEach: (iterator: (name: string, index: number) => void) => void;
length: number;
map: (iterator: (name: string, index: number) => any) => any[];
name: string;
value: FieldValue[];
} & FieldMutators<FormValues, Mutators>;
} & FieldMutators<FormValues, Mutators> & Pick<FieldInputPropsBasedOnSubscription<FieldValue[], Subscription>, "name" | "value"> & Required<Pick<FieldMetaState<FieldValue[], Subscription>, "length">>;
meta: Omit<FieldMetaState<FieldValue[], Subscription>, "length">;

@@ -15,0 +12,0 @@ };

{
"name": "@deckstar/react-final-form-arrays",
"version": "1.0.1",
"version": "1.0.2",
"description": "A component for rendering and editing arrays 🏁 React Final Form",

@@ -14,3 +14,2 @@ "main": "dist/src",

],
"scripts": {},
"author": "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)",

@@ -37,3 +36,3 @@ "license": "MIT",

},
"gitHead": "23c2d13d7ba9601504a0f64dc6a5489a9dffda20"
"gitHead": "b5c9d206139dbc7214c9cc2ff7464b77c6bf6a5d"
}
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