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

@warpjs/warp

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warpjs/warp - npm Package Compare versions

Comparing version 2.0.0-dev.50 to 2.0.0-dev.55

33

package.json
{
"name": "@warpjs/warp",
"version": "2.0.0-dev.50",
"version": "2.0.0-dev.55",
"author": "ScaleDynamics SAS",

@@ -11,19 +11,10 @@ "license": "MIT",

},
"description": "Warp is an API to run JavaScript functions in parallel: get the most of multi-core systems, shorten response time & intensive computations.",
"description": "Warp is an API to run JavaScript functions on server.",
"keywords": [
"node",
"starnode",
"parallel",
"concurrent",
"performance",
"speed",
"cpu",
"child_process",
"worker",
"workers",
"thread",
"threads",
"worker_threads",
"async",
"asynchronous"
"warp",
"warpjs",
"server",
"serverless",
"lambda",
"functions"
],

@@ -36,9 +27,9 @@ "bugs": {

"build": {
"date": "2020-01-06T17:16:30.897Z",
"date": "2020-01-07T11:14:25.524Z",
"user": "2834254",
"host": "shared-runners-manager-3.gitlab.com",
"sha": "5f34ce36070c7a905f81a92668f68567398a9ea9",
"id": "107337576",
"host": "shared-runners-manager-5.gitlab.com",
"sha": "b85ca415841c5d5d0e89a9341c26569a45d90215",
"id": "107506907",
"branch": "master"
}
}

@@ -1,2 +0,2 @@

[![Warp Logo](https://raw.githubusercontent.com/ScaleDynamics/warp/5f34ce36070c7a905f81a92668f68567398a9ea9/doc/images/warpjs-black-colors-baseline.png)](https://warpjs.com)
[![Warp Logo](https://raw.githubusercontent.com/ScaleDynamics/warp/b85ca415841c5d5d0e89a9341c26569a45d90215/doc/images/warpjs-black-colors-baseline.png)](https://warpjs.com)

@@ -31,3 +31,3 @@ # Warp

is executed on a server by a _warp_ call keeping the event loop free for any other processing. If you
want to see complete code, browse the [repository](https://github.com/ScaleDynamics/warp/tree/5f34ce36070c7a905f81a92668f68567398a9ea9/example).
want to see complete code, browse the [repository](https://github.com/ScaleDynamics/warp/tree/b85ca415841c5d5d0e89a9341c26569a45d90215/example).

@@ -34,0 +34,0 @@ The first example uses a Promise-based function, whereas the second uses a callback-based function.

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