@webqit/subscript
Advanced tools
Comparing version 2.1.15-0 to 2.1.15
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
3698701