New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uniforms

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uniforms - npm Package Compare versions

Comparing version 4.0.0-alpha.2 to 4.0.0-alpha.3

./cjs/index.js

1

cjs/AutoForm.d.ts

@@ -330,1 +330,2 @@ /// <reference types="react" />

export declare type AutoForm = typeof AutoForm;
//# sourceMappingURL=AutoForm.d.ts.map

@@ -69,1 +69,2 @@ import { Component, SyntheticEvent } from 'react';

}
//# sourceMappingURL=BaseForm.d.ts.map

@@ -60,1 +60,2 @@ import { UnknownObject } from './types';

}
//# sourceMappingURL=Bridge.d.ts.map
export declare function changedKeys(root: string, valueA?: unknown, valueB?: unknown): string[];
//# sourceMappingURL=changedKeys.d.ts.map

@@ -20,1 +20,2 @@ import { ComponentType, FunctionComponent } from 'react';

export declare function connectField<Props extends UnknownObject, Value = Props['value']>(Component: ComponentType<Props>, options?: ConnectFieldOptions): ConnectedField<Props, Value>;
//# sourceMappingURL=connectField.d.ts.map
/// <reference types="react" />
import { Context } from './types';
export declare const context: import("react").Context<Context<any> | null>;
//# sourceMappingURL=context.d.ts.map

@@ -18,1 +18,2 @@ import { ComponentType, ReactElement } from 'react';

};
//# sourceMappingURL=createAutoField.d.ts.map

@@ -8,1 +8,2 @@ import { FilterDOMProps } from '.';

};
//# sourceMappingURL=filterDOMProps.d.ts.map

@@ -17,1 +17,2 @@ export * from './AutoForm';

export * from './useForm';
//# sourceMappingURL=index.d.ts.map

@@ -12,1 +12,2 @@ /** @internal */

export {};
//# sourceMappingURL=joinName.d.ts.map

@@ -159,1 +159,2 @@ /// <reference types="node" />

export declare type QuickForm = typeof QuickForm;
//# sourceMappingURL=QuickForm.d.ts.map
export declare function randomIds(prefix?: string): () => string;
//# sourceMappingURL=randomIds.d.ts.map

@@ -82,1 +82,2 @@ import { HTMLProps, ReactNode, SyntheticEvent } from 'react';

export {};
//# sourceMappingURL=types.d.ts.map

@@ -6,1 +6,2 @@ import { GuaranteedProps, UnknownObject } from './types';

}): [GuaranteedProps<Value> & Props, import("./types").Context<Model>];
//# sourceMappingURL=useField.d.ts.map
import { Context, UnknownObject } from './types';
export declare function useForm<Model extends UnknownObject>(): Context<Model>;
//# sourceMappingURL=useForm.d.ts.map

@@ -167,1 +167,2 @@ /// <reference types="node" />

export declare type ValidatedForm = typeof ValidatedForm;
//# sourceMappingURL=ValidatedForm.d.ts.map

@@ -158,1 +158,2 @@ /// <reference types="react" />

export declare type ValidatedQuickForm = typeof ValidatedQuickForm;
//# sourceMappingURL=ValidatedQuickForm.d.ts.map

@@ -330,1 +330,2 @@ /// <reference types="react" />

export declare type AutoForm = typeof AutoForm;
//# sourceMappingURL=AutoForm.d.ts.map

@@ -69,1 +69,2 @@ import { Component, SyntheticEvent } from 'react';

}
//# sourceMappingURL=BaseForm.d.ts.map

@@ -60,1 +60,2 @@ import { UnknownObject } from './types';

}
//# sourceMappingURL=Bridge.d.ts.map
export declare function changedKeys(root: string, valueA?: unknown, valueB?: unknown): string[];
//# sourceMappingURL=changedKeys.d.ts.map

@@ -20,1 +20,2 @@ import { ComponentType, FunctionComponent } from 'react';

export declare function connectField<Props extends UnknownObject, Value = Props['value']>(Component: ComponentType<Props>, options?: ConnectFieldOptions): ConnectedField<Props, Value>;
//# sourceMappingURL=connectField.d.ts.map
/// <reference types="react" />
import { Context } from './types';
export declare const context: import("react").Context<Context<any> | null>;
//# sourceMappingURL=context.d.ts.map

@@ -18,1 +18,2 @@ import { ComponentType, ReactElement } from 'react';

};
//# sourceMappingURL=createAutoField.d.ts.map

@@ -8,1 +8,2 @@ import { FilterDOMProps } from '.';

};
//# sourceMappingURL=filterDOMProps.d.ts.map

@@ -17,1 +17,2 @@ export * from './AutoForm';

export * from './useForm';
//# sourceMappingURL=index.d.ts.map

@@ -12,1 +12,2 @@ /** @internal */

export {};
//# sourceMappingURL=joinName.d.ts.map

@@ -159,1 +159,2 @@ /// <reference types="node" />

export declare type QuickForm = typeof QuickForm;
//# sourceMappingURL=QuickForm.d.ts.map
export declare function randomIds(prefix?: string): () => string;
//# sourceMappingURL=randomIds.d.ts.map

@@ -82,1 +82,2 @@ import { HTMLProps, ReactNode, SyntheticEvent } from 'react';

export {};
//# sourceMappingURL=types.d.ts.map

@@ -6,1 +6,2 @@ import { GuaranteedProps, UnknownObject } from './types';

}): [GuaranteedProps<Value> & Props, import("./types").Context<Model>];
//# sourceMappingURL=useField.d.ts.map
import { Context, UnknownObject } from './types';
export declare function useForm<Model extends UnknownObject>(): Context<Model>;
//# sourceMappingURL=useForm.d.ts.map

@@ -167,1 +167,2 @@ /// <reference types="node" />

export declare type ValidatedForm = typeof ValidatedForm;
//# sourceMappingURL=ValidatedForm.d.ts.map

@@ -158,1 +158,2 @@ /// <reference types="react" />

export declare type ValidatedQuickForm = typeof ValidatedQuickForm;
//# sourceMappingURL=ValidatedQuickForm.d.ts.map

4

package.json
{
"name": "uniforms",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"license": "MIT",

@@ -44,3 +44,3 @@ "main": "./cjs/index.js",

},
"gitHead": "139595bbcfb2ffd43acd3c26ed6f6e1e0788a0b0"
"gitHead": "1353ab3a541d279a50e2dadfbc8e7684fd1a4fab"
}
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