products-administrator
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -64,3 +64,3 @@ var products = [ | ||
exports.selectProduct = function (id){ | ||
if (this.getIndexById != null){ | ||
if (this.getIndexById(id) != null){ | ||
var product = products[this.getIndexById(id)]; | ||
@@ -67,0 +67,0 @@ if(product.id == id){ |
{ | ||
"name": "products-administrator", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "\"a fake products administrator for e-commerce\"", | ||
@@ -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
2166