Comparing version 0.0.6 to 0.1.0
@@ -16,3 +16,3 @@ /** | ||
if (alreadyRequired) throw new Error("This should only be required and used once") | ||
if (alreadyRequired) return | ||
alreadyRequired = true | ||
@@ -19,0 +19,0 @@ |
{ | ||
"name": "hookit", | ||
"version": "0.0.6", | ||
"version": "0.1.0", | ||
"description": "A function for shimming all node.js core IO calls allowing callback wraping.", | ||
@@ -5,0 +5,0 @@ "main": "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
3522