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.6 to 2.0.7

2

package.json

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

"homepage": "https://webqit.io/tooling/subscript",
"version": "2.0.6",
"version": "2.0.7",
"license": "MIT",

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

@@ -11,9 +11,19 @@ # Subscript

\> Install via npm
```cmd
npm i @webqit/subscript
```
```js
import SubscriptFunction from '@webqit/subscript';
```
\> Include from a CDN
```html
<script src="https://unpkg.com/@webqit/subscript/dist/main.js"></script>
```
```js
const SubscriptFunction = WebQit.Subscript;
```

@@ -108,3 +118,3 @@ ## What's A Dependency Thread?

This time, only statements 2, 3, 5, 6, and 8 were run - *the count dependency thread*; and the previously selected UI elements in those local variables are updated.
This time, only statements 2, 3, 5, 6, and 8 are run - *the count dependency thread*; and the previously selected UI elements in those local variables are updated.

@@ -111,0 +121,0 @@ ```js

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