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

typed-array-ops

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-array-ops - npm Package Compare versions

Comparing version

to
0.1.8

2

package.json
{
"name": "typed-array-ops",
"version": "0.1.7",
"version": "0.1.8",
"description": "Element wise operator functions for ndarray data.",

@@ -5,0 +5,0 @@ "main": "typed-array-ops.js",

@@ -39,6 +39,3 @@

"inf(a) = ", ops.inf(a),
"sup(a) = ", ops.sup(a),
"argmin(a) = ", ops.argmin(a),
"argmax(a) = ", ops.argmax(a),
"norm1(a) = ", ops.norm1(a))
"sup(a) = ", ops.sup(a))
```

@@ -45,0 +42,0 @@