Socket
Socket
Sign inDemoInstall

@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.28 to 2.1.29

2

package.json

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

"homepage": "https://webqit.io/tooling/subscript",
"version": "2.1.28",
"version": "2.1.29",
"license": "MIT",

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

@@ -735,3 +735,3 @@ # Reactive Contexts Proposal

// result = sum.thread( [ 'b' ] ); // no effect; "a" isn't an external dependency to sum()
// result = sum.thread( [ 'a', 'b' ] ); // no effect; "a" and "b" aren't an external dependencies to sum()
// result = sum.thread( [ 'a', 'b' ] ); // no effect; "a" and "b" aren't external dependencies to sum()
```

@@ -750,3 +750,3 @@

// result = sum.thread( [ 'b' ] ); // no effect; "a" isn't an external dependency to sum()
// result = sum.thread( [ 'a', 'b' ] ); // no effect; "a" and "b" aren't an external dependencies to sum()
// result = sum.thread( [ 'a', 'b' ] ); // no effect; "a" and "b" aren't external dependencies to sum()
` );

@@ -753,0 +753,0 @@ fn();

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