You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@foundationui/smart-input

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foundationui/smart-input - npm Package Compare versions

Comparing version

to
1.0.49

1

dist/cjs/index.d.ts
import { SmartInput } from './SmartInput';
export * from './useSmartInput';
export default SmartInput;
import { SmartInput } from './SmartInput';
export * from './useSmartInput';
export default SmartInput;

@@ -93,8 +93,2 @@ import React, { HTMLAttributes, MutableRefObject } from 'react';

declare function useSmartInput(arg: {
modelId: string;
context?: any;
apiUrl?: string;
}): (e: React.ChangeEvent<HTMLInputElement>) => void;
export { SmartInput as default, useSmartInput };
export { SmartInput as default };
import { SmartInput } from './SmartInput';
export * from './useSmartInput';
export default SmartInput;

2

package.json
{
"name": "@foundationui/smart-input",
"version": "1.0.48",
"version": "1.0.49",
"description": "Smart input/textarea component for React. Learns to provide inline, tab-completeable suggestions.",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display