Socket
Socket
Sign inDemoInstall

js-awe

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-awe - npm Package Compare versions

Comparing version 1.0.62 to 1.0.63

3

dist/browser/js-awe.min.d.ts

@@ -546,2 +546,3 @@ import * as F from 'fluture';

* |-> fun2B -> fun4-|
*
* ```

@@ -561,3 +562,3 @@ *

* plan utility function to wrap a function to use in a plan pipeline. The tipical scenario for using this is:
* ```
* ```javascript
* plan().build(

@@ -564,0 +565,0 @@ * [

@@ -546,2 +546,3 @@ import * as F from 'fluture';

* |-> fun2B -> fun4-|
*
* ```

@@ -556,2 +557,3 @@ *

* ])
* ```
*/

@@ -561,3 +563,3 @@ build: (planDef: any[]) => (...args: any[]) => any;

* plan utility function to wrap a function to use in a plan pipeline. The tipical scenario for using this is:
* ```
* ```javascript
* plan().build(

@@ -585,4 +587,4 @@ * [

* |-> fun2B -> fun4-|
*
* ```
*
* ```javascript

@@ -597,2 +599,3 @@ * const myCalc = plan().build([

* myCalc(3).then(result => console.log(result))
* ```
*

@@ -599,0 +602,0 @@ * @param options: { numberOfThreads: 3 (default Infinity)

@@ -264,3 +264,3 @@ # js-awe

Full example: [chronoExample.js](https://github.com/josuamanuel/js-awe/blob/main/examples/Chrono/chronoExample.js)
Full example: [chronoExample.js](https://github.com/josuamanuel/js-awe/blob/main/examples/nodeImport/chrono/chronoExample.js)

@@ -267,0 +267,0 @@ ```Plaintext

@@ -12,2 +12,3 @@ type PlanOptions = {

* |-> fun2B -> fun4-|
*
* ```

@@ -27,3 +28,3 @@ *

* plan utility function to wrap a function to use in a plan pipeline. The tipical scenario for using this is:
* ```
* ```javascript
* plan().build(

@@ -30,0 +31,0 @@ * [

{
"name": "js-awe",
"version": "1.0.62",
"version": "1.0.63",
"homepage": "https://github.com/josuamanuel/js-awe",

@@ -5,0 +5,0 @@ "author": "josuamanuel@hotmail.com",

@@ -264,3 +264,3 @@ # js-awe

Full example: [chronoExample.js](https://github.com/josuamanuel/js-awe/blob/main/examples/Chrono/chronoExample.js)
Full example: [chronoExample.js](https://github.com/josuamanuel/js-awe/blob/main/examples/nodeImport/chrono/chronoExample.js)

@@ -267,0 +267,0 @@ ```Plaintext

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