Comparing version 0.1.21 to 0.1.22
@@ -1225,3 +1225,3 @@ var _ = require('lodash'); | ||
} catch (e) { | ||
if (!e instanceof errors.UnderrunError) { | ||
if (!(e instanceof errors.UnderrunError)) { | ||
throw e; | ||
@@ -1228,0 +1228,0 @@ } |
{ | ||
"name": "ib", | ||
"description": "Interactive Brokers TWS (or IB Gateway) API client library for Node.js", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114217