awilix-router-core
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -121,3 +121,4 @@ "use strict"; | ||
function getState(target) { | ||
return (target.prototype ? target.prototype[symbols_1.STATE] : target[symbols_1.STATE]) || null; | ||
return ((target && (target.prototype ? target.prototype[symbols_1.STATE] : target[symbols_1.STATE])) || | ||
null); | ||
} | ||
@@ -124,0 +125,0 @@ exports.getState = getState; |
{ | ||
"name": "awilix-router-core", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "", | ||
@@ -47,3 +47,3 @@ "main": "lib/index.js", | ||
"@types/glob": "^7.1.1", | ||
"@types/jest": "^23.3.12", | ||
"@types/jest": "^23.3.13", | ||
"@types/node": "^10.12.18", | ||
@@ -56,3 +56,3 @@ "@types/prettier": "^1.15.2", | ||
"lint-staged": "^8.1.0", | ||
"prettier": "^1.15.3", | ||
"prettier": "^1.16.1", | ||
"rimraf": "^2.6.3", | ||
@@ -65,3 +65,3 @@ "semantic-release": "^15.13.3", | ||
"tslint-config-standard": "^8.0.1", | ||
"typescript": "^3.2.2" | ||
"typescript": "^3.2.4" | ||
}, | ||
@@ -68,0 +68,0 @@ "lint-staged": { |
Sorry, the diff of this file is not supported yet
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
52315
875