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

@webqit/subscript

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webqit/subscript - npm Package Compare versions

Comparing version 2.1.8 to 2.1.9

2

package.json

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

"homepage": "https://webqit.io/tooling/subscript",
"version": "2.1.8",
"version": "2.1.9",
"license": "MIT",

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

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

This example uses it's `render()` method to open a reactive context.
This custom element has it's `render()` method as a Subscript Function.

@@ -676,6 +676,6 @@ ```js

+ Enable reactivity directly *at the program flow level* - with commands, operators, control flow and other language constructs literally compiling as “contracts”, as against the alternative of painstakingly remodeling same in functional programming or other syntaxes.
+ Keep the business of change detection *out of scope* (that is, don't be concerned with how changes are observed); simply accept change events from the outer scope.
+ Implement Subscript Function as an extension of standard JavaScript functions, such that either can be used interchangeably, or where necessary, code can be easily ported between function types.
+ Stay conservative with syntax! By no means adopt imitation syntaxes for the same language constructs and operators!
1. Enable reactivity directly *at the program flow level* - with commands, operators, control flow and other language constructs literally compiling as “contracts”, as against the alternative of painstakingly remodeling same in functional programming or other syntaxes.
2. Keep the business of change detection *out of scope* (that is, don't be concerned with how changes are observed); simply accept change events from the outer scope.
3. Implement Subscript Function as an extension of standard JavaScript functions, such that either can be used interchangeably, or where necessary, code can be easily ported between function types.
4. Stay conservative with syntax! By no means adopt imitation syntaxes for the same language constructs and operators!

@@ -689,3 +689,3 @@ ## Discussion Points

This Polifyll is a work in progress. But it is usable today.
This Polyfill is a work in progress. But it is usable today.

@@ -720,4 +720,2 @@ <!-- BADGES/ -->

*Notes:*
+ The cirrent polyfill only supports the constructable form of Subscript Function.

@@ -815,3 +813,3 @@

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

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

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