Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cwise

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cwise - npm Package Compare versions

Comparing version 0.3.4 to 0.4.0

4

package.json
{
"name": "cwise",
"version": "0.3.4",
"version": "0.4.0",
"description": "Component-wise map/reduce for ndarrays",

@@ -11,3 +11,3 @@ "main": "cwise.js",

"cwise-parser": "~0.0.1",
"cwise-compiler": "~0.0.0"
"cwise-compiler": "~0.1.0"
},

@@ -14,0 +14,0 @@ "devDependencies": {

@@ -5,2 +5,4 @@ cwise

[![stable](https://rawgithub.com/hughsk/stability-badges/master/dist/stable.svg)](http://github.com/hughsk/stability-badges)
Usage

@@ -55,2 +57,5 @@ =====

+ `"shape"`: (Hidden) An array representing the shape of the arrays being processed
+ (Hidden) An object containing two properties reprsenting an offset pointer from an array argument.
+ `offset` An array representing the relative offset of the object
+ `array` The index of an array parameter
* `pre`: A function to be executed before starting the loop

@@ -57,0 +62,0 @@ * `body`: (Required) A function that gets applied to each element of the input arrays

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