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

fxnjs

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fxnjs - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

1

build/lib/api/services/predictor.js

@@ -160,2 +160,3 @@ "use strict";

}
schema
}

@@ -162,0 +163,0 @@ outputs {

@@ -183,2 +183,7 @@ import { Dtype } from "./dtype";

defaultValue?: PlainValue | Value;
/**
* Parameter JSON schema.
* This is only populated for `list` and `dict` parameters.
*/
schema?: Record<string, any>;
}

@@ -185,0 +190,0 @@ /**

2

package.json
{
"name": "fxnjs",
"version": "0.0.19",
"version": "0.0.20",
"description": "Run AI prediction functions in your JavaScript and Node.js apps.",

@@ -5,0 +5,0 @@ "scripts": {

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