fpad-rand-cert
Advanced tools
Comparing version 2.0.2 to 2.0.3
'use strict' | ||
let _ = require('lodash') | ||
let lodash = require('lodash') | ||
let faker = require('faker') | ||
@@ -206,3 +206,3 @@ let certifyingBodies = [ | ||
if (!data.template) return new Error('\"template\" field required with example audit') | ||
let auditOut = _.cloneDeep(data.template) | ||
let auditOut = lodash.cloneDeep(data.template) | ||
@@ -209,0 +209,0 @@ // Randomize certificationid |
{ | ||
"name": "fpad-rand-cert", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "gg-audit-randomize.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
22281