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 1.1.9 to 1.1.10

2

package.json

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

"homepage": "https://webqit.io/tooling/subscript",
"version": "1.1.9",
"version": "1.1.10",
"license": "MIT",

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

@@ -54,3 +54,3 @@

expr = expr.trim();
var initKeyword = expr.match(/(var|let|const)/);
var initKeyword = expr.match(/^(var|let|const)/);
if (initKeyword && (initKeyword = initKeyword[0])) {

@@ -57,0 +57,0 @@ var exprs = [], _exprs = Lexer.split(_after(expr, initKeyword), [',']).map(_expr => _expr.trim());

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