Comparing version 0.1.36 to 0.1.37
@@ -48,4 +48,4 @@ "use strict"; | ||
} | ||
return true; | ||
return stack.length === 0; | ||
} | ||
exports.isValidParentheses = isValidParentheses; |
{ | ||
"name": "flex-algo", | ||
"version": "0.1.36", | ||
"version": "0.1.37", | ||
"description": "\"SDK for commonly used data structure and algorithms\"", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
49721