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.0.4 to 2.0.5

2

package.json

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

"homepage": "https://webqit.io/tooling/subscript",
"version": "2.0.4",
"version": "2.0.5",
"license": "MIT",

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

@@ -11,2 +11,6 @@ # Subscript

```cmd
npm i @webqit/subscript
```
## What's A Dependency Thread?

@@ -23,3 +27,3 @@

```js
console,log( count, doubleCount, quadCount );
console.log( count, doubleCount, quadCount );
< 10, 20, 40

@@ -35,3 +39,3 @@ ```

```js
console,log( count, doubleCount, quadCount );
console.log( count, doubleCount, quadCount );
< 11, 20, 40

@@ -91,3 +95,3 @@ ```

```js
console,log( count, doubleCount, quadCount );
console.log( count, doubleCount, quadCount );
< 10, 20, 40

@@ -106,3 +110,3 @@ ```

```js
console,log( count, doubleCount, quadCount );
console.log( count, doubleCount, quadCount );
< 11, 22, 44

@@ -109,0 +113,0 @@ ```

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