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

formulr

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formulr - npm Package Compare versions

Comparing version 0.2.0-beta.7 to 0.2.0-beta.8

3

cmd/form.d.ts

@@ -7,3 +7,2 @@ import { FormStrategy, FormModel } from './models';

}
export declare function useForm(strategy: FormStrategy.View): void;
export declare function useForm(model: FormModel): void;
export declare function useForm<T extends object = any>(arg: FormStrategy.View | FormModel<T>): IForm;

@@ -7,3 +7,2 @@ import { FormStrategy, FormModel } from './models';

}
export declare function useForm(strategy: FormStrategy.View): void;
export declare function useForm(model: FormModel): void;
export declare function useForm<T extends object = any>(arg: FormStrategy.View | FormModel<T>): IForm;
{
"name": "formulr",
"version": "0.2.0-beta.7",
"version": "0.2.0-beta.8",
"description": "Form toolkit for React",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

Sorry, the diff of this file is not supported yet

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