Socket
Socket
Sign inDemoInstall

@webqit/subscript

Package Overview
Dependencies
2
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.20 to 2.0.21

2

package.json

@@ -11,3 +11,3 @@ {

"homepage": "https://webqit.io/tooling/subscript",
"version": "2.0.20",
"version": "2.0.21",
"license": "MIT",

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

@@ -57,3 +57,3 @@ # Subscript

You'll also notice one additional *dependent* at each level of the chain. That brings the *dependency thread* for `count` to the following sequence: statement `2` -> statement `3` -> statement `5` -> statement `6` -> statement `8`; excluding statements `1`, `4`, `7`.
You'll also notice one additional *dependent* at each level of the chain. That brings the *dependency thread* for `count` to being the following sequence: `statement 2` -> `statement 3` -> `statement 5` -> `statement 6` -> `statement 8`; excluding statements `1`, `4`, `7`.

@@ -135,3 +135,3 @@ 🤝 Good analysis! But what's the deal?

It takes any piece of code and compiles it into an ordinary JavaScript function that can also run expressions in *dependency threads*!
It takes any piece of code and compiles it into an ordinary JavaScript function that can also run expressions in *dependency threads* via a `.thread()` method!

@@ -138,0 +138,0 @@ Being function-based let's us have all of Subscript as a building block… to fit anywhere!

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