🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ndarray-prefix-sum

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ndarray-prefix-sum - npm Package Compare versions

Comparing version
0.0.0
to
1.0.0
+2
-2
package.json
{
"name": "ndarray-prefix-sum",
"version": "0.0.0",
"version": "1.0.0",
"description": "Computes a prefix sum of an ndarray",

@@ -16,3 +16,3 @@ "main": "prefix-sum.js",

"scripts": {
"test": "tap test/*.js"
"test": "tape test/*.js"
},

@@ -19,0 +19,0 @@ "repository": {