Socket
Socket
Sign inDemoInstall

softmax-fn

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

softmax-fn - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

example/index.css

8

package.json
{
"name": "softmax-fn",
"version": "1.0.3",
"version": "1.0.4",
"description": "Softmax Function",
"main": "dist/index.js",
"directories": {
"doc": "docs"
"lib": "lib",
"example": "example"
},

@@ -59,4 +60,5 @@ "scripts": {

"lib/",
"dist/"
"dist/",
"example/"
]
}

@@ -6,3 +6,2 @@ # Softmax Function

```javascript
var softmax = require('softmax-fn'),

@@ -17,1 +16,3 @@ values = [1, -2, 4.3],

```
See [Softmax Function on Wikipedia](https://en.wikipedia.org/wiki/Softmax_function) for more details.
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