New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ql.io-compiler

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ql.io-compiler - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

9

lib/compiler.js

@@ -86,4 +86,4 @@ /*

//dependsOn are the lines in try clause
divescope(line.dependsOn, line);
_.each(line.catchClause, function(k, mycatch){
divescope(line.tryClause, line);
_.each(line.catchClause, function(mycatch, k){
divescope(mycatch.lines, line);

@@ -134,3 +134,3 @@ });

//dependsOn are the lines in try clause
divescope(line.dependsOn,line);
divescope(line.tryClause, line);
_.each(line.catchClause, function(mycatch, k){

@@ -313,4 +313,3 @@ divescope(mycatch.lines, line);

case 'try':
_.each(line.dependsOn, function(tryline){
addListener(tryline, line);
_.each(line.tryClause, function(tryline){
walk(tryline, symbols);

@@ -317,0 +316,0 @@ });

{
"author": "ql.io",
"name": "ql.io-compiler",
"version": "0.8.2",
"version": "0.8.3",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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