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

@types/final-form-focus

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

@types/final-form-focus - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

final-form-focus/index.d.ts

@@ -18,3 +18,3 @@ // Type definitions for final-form-focus 1.1

// tslint:disable:no-unnecessary-generics
/* eslint-disable no-unnecessary-generics */
export default function createDecorator<FormValues = object, InitialFormValues = object>(

@@ -24,4 +24,4 @@ getInputs?: GetInputs,

): Decorator<FormValues, InitialFormValues>;
// tslint:enable:no-unnecessary-generics
/* eslint-enable no-unnecessary-generics */
export function getFormInputs(formName: string): GetInputs;
{
"name": "@types/final-form-focus",
"version": "1.1.2",
"version": "1.1.3",
"description": "TypeScript definitions for final-form-focus",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/final-form-focus",

},
"typesPublisherContentHash": "28c44f75e330cc2dbec0a38476cc6e176bf962a715ea18717f4edfaad6aa408e",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "14475a19bae0a274733dd72fe1996e1892adce577e8f984a0d844600680bfb87",
"typeScriptVersion": "4.2"
}

@@ -28,3 +28,3 @@ # Installation

// tslint:disable:no-unnecessary-generics
/* eslint-disable no-unnecessary-generics */
export default function createDecorator<FormValues = object, InitialFormValues = object>(

@@ -34,3 +34,3 @@ getInputs?: GetInputs,

): Decorator<FormValues, InitialFormValues>;
// tslint:enable:no-unnecessary-generics
/* eslint-enable no-unnecessary-generics */

@@ -42,3 +42,3 @@ export function getFormInputs(formName: string): GetInputs;

### Additional Details
* Last updated: Mon, 10 Jan 2022 21:31:40 GMT
* Last updated: Fri, 30 Dec 2022 23:03:39 GMT
* Dependencies: [@types/final-form](https://npmjs.com/package/@types/final-form)

@@ -45,0 +45,0 @@ * Global values: none

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