ng-required-params
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -30,6 +30,7 @@ { | ||
".travis.yml", | ||
"karma.conf.js", | ||
"package.json", | ||
"node_modules", | ||
"karma.conf.js", | ||
"package.json" | ||
"test" | ||
] | ||
} |
@@ -11,3 +11,3 @@ 'use strict'; | ||
} else { | ||
root.requiredParams = factory(root.angular); | ||
root.ngRequiredParams = factory(root.angular); | ||
} | ||
@@ -14,0 +14,0 @@ })(window, function (angular) { |
{ | ||
"name": "ng-required-params", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Enforce required method parameters in angular", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -7,3 +7,3 @@ (function (root, factory) { | ||
} else { | ||
root.requiredParams = factory(root.angular); | ||
root.ngRequiredParams = factory(root.angular); | ||
} | ||
@@ -10,0 +10,0 @@ }(window, function (angular) { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6672
7
66