Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "node-ma", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "sma.js", |
@@ -10,3 +10,5 @@ const _ = require('lodash'); | ||
const vs = {}; | ||
_.forEach(keys, key => (vs[key] = [])); | ||
_.forEach(keys, (key) => { | ||
vs[key] = []; | ||
}); | ||
// | ||
@@ -13,0 +15,0 @@ let i = 0; |
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
4450
163