Socket
Socket
Sign inDemoInstall

ndarray-fill

Package Overview
Dependencies
5
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.1.0

6

package.json
{
"name": "ndarray-fill",
"version": "0.0.0",
"version": "0.1.0",
"description": "Fills an ndarray with function",

@@ -10,6 +10,6 @@ "main": "index.js",

"dependencies": {
"ndarray": "~0.2.4",
"cwise": "~0.1.2"
"cwise": "~0.3.2"
},
"devDependencies": {
"zeros": "~0.0.0",
"tape": "~1.0.4"

@@ -16,0 +16,0 @@ },

@@ -8,6 +8,6 @@ ndarray-fill

```javascript
var ndarray = require("ndarray")
var ndarray = require("zeros")
var fill = require("ndarray-fill")
var x = ndarray.zeros([5, 5])
var x = zeros([5, 5])

@@ -14,0 +14,0 @@ fill(x, function(i,j) {

"use strict"
var ndarray = require("ndarray")
var zeros = require("zeros")
var fill = require("../index.js")

@@ -8,3 +8,3 @@

var x = ndarray.zeros([10,10])
var x = zeros([10,10])

@@ -11,0 +11,0 @@ fill(x, function(a, b) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc