Socket
Socket
Sign inDemoInstall

ai

Package Overview
Dependencies
Maintainers
11
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

README.md

2

package.json
{
"name": "ai",
"version": "2.1.2",
"version": "2.1.3",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "sideEffects": false,

@@ -253,3 +253,4 @@ 'use client'

content: input,
role: "user"
role: "user",
createdAt: /* @__PURE__ */ new Date()
});

@@ -256,0 +257,0 @@ setInput("");

@@ -662,3 +662,4 @@ "use strict";

content: inputValue,
role: "user"
role: "user",
createdAt: /* @__PURE__ */ new Date()
});

@@ -665,0 +666,0 @@ input.set("");

Sorry, the diff of this file is not supported yet

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