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

@foundationui/smart-input

Package Overview
Dependencies
Maintainers
2
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 1.0.71 to 1.0.72

dist/cjs/SmartInput.test.d.ts

11

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

@@ -36,3 +36,4 @@ "type": "module",

"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest",
"test:watch": "jest --watchAll"
},

@@ -57,2 +58,5 @@ "dependencies": {

"@rollup/plugin-typescript": "^10.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "18.11.18",

@@ -65,2 +69,4 @@ "@types/react": "^18.0.26",

"framer-motion": "^8.4.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"next": "^13.1.1",

@@ -70,2 +76,3 @@ "prettier": "^2.8.1",

"react-dom": "^18.2.0",
"resize-observer-polyfill": "^1.5.1",
"rollup": "^3.9.1",

@@ -72,0 +79,0 @@ "rollup-plugin-dts": "^5.1.0",

2

README.md
# `<SmartInput>`
Drop-in `<input>` and `<textarea>` replacement that that provides inline, tab-completable suggestions like GitHub Copilot for any app.
Drop-in `<input>` and `<textarea>` replacement that that provides inline, tab-completable suggestions like GitHub Copilot and Gmail Smart Compose for any app.

@@ -5,0 +5,0 @@ The component automatically learns from user input and makes better suggestions over time. We don't call it smart for nothing!

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