New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.100 to 1.0.101

4

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

@@ -38,3 +38,3 @@ "type": "module",

"dependencies": {
"@foundationui/react-hooks": "^0.0.8",
"@foundationui/react-hooks": "^0.0.9",
"slate": "^0.87.0",

@@ -41,0 +41,0 @@ "slate-react": "^0.88.0"

@@ -97,3 +97,3 @@ # `<SmartInput>`

```bash
curl -X POST https://api.foundation-ui.com/platform/data \
curl -X POST https://api.foundation-ui.com/v0/database \
-H 'Content-Type: application/json' \

@@ -103,9 +103,9 @@ -H 'X-Api-Key: <your api key>' \

{
"model": "my-org/support-widget",
"repository": "my-org/support-widget",
"table": "Table1",
"data": [{
"id": "deduplication-id",
"user": "user-id",
"user": "elonmusk",
"context": "Subject: 'This is too easy to integrate'\nTo: 'support@foundation-ui.com'",
"input": "Hey, SmartInput is awesome! It only took me a couple of minutes to",
"completion": " add it to my application."
"output": " add it to my application."
}]

@@ -112,0 +112,0 @@ }

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 too big to display

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