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.1.15-0 to 2.1.15

2

package.json

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

"homepage": "https://webqit.io/tooling/subscript",
"version": "2.1.15-0",
"version": "2.1.15",
"license": "MIT",

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

@@ -342,3 +342,3 @@ # Subscript Function Proposal

Above, a side effect happens whenever `sum()` is called. Although the `console.log()` statement isn't directly dependent on the `result = sum()` expression, it is directly dependent on the side effect - `callCount` - of `sum()`. So, with an update event for `score`, the `result = sum()` expression runs, and the `console.log()` expression runs next.
Above, a side effect happens whenever `sum()` is called. Although the `console.log()` expression isn't directly dependent on the `result = sum()` expression, it is directly dependent on the side effect - `callCount` - of `sum()`. So, with an update event for `score`, the `result = sum()` expression runs, and the `console.log()` expression runs next.

@@ -813,3 +813,3 @@ If these two expressions were to appear in reverse order, as in below…

**And, wouldn't yoi give a star for this 🤨 ?**
**And, wouldn't you give a star for this 🤨 ?**

@@ -816,0 +816,0 @@ ### Issues

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