Socket
Socket
Sign inDemoInstall

ndarray-fill

Package Overview
Dependencies
50
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 1.0.0

4

index.js
"use strict"
var fill = require("cwise")({
var cwise = require("cwise")
var fill = cwise({
args: ["index", "array", "scalar"],

@@ -5,0 +7,0 @@ body: function(idx, out, f) {

{
"name": "ndarray-fill",
"version": "0.1.0",
"version": "1.0.0",
"description": "Fills an ndarray with function",

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

"dependencies": {
"cwise": "~0.3.2"
"cwise": "^1.0.0"
},
"devDependencies": {
"zeros": "~0.0.0",
"tape": "~1.0.4"
"tape": "^2.12.3"
},
"scripts": {
"test": "tap test/*.js"
"test": "tape test/*.js"
},

@@ -36,3 +36,6 @@ "repository": {

"url": "https://github.com/mikolalysenko/ndarray-fill/issues"
},
"browserify": {
"transform": ["cwise"]
}
}
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