fpad-rand-cert
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -34,3 +34,3 @@ 'use strict' | ||
let randOrg = { | ||
name: name+' Produce', | ||
name: name.split(' ')[1]+' Produce', | ||
contacts: [ | ||
@@ -95,3 +95,3 @@ { name: name } | ||
name: `The Big ${product} Ranch`, | ||
id: Math.random()*10000, | ||
id: (Math.round(Math.random()*10000)).toString(), | ||
products_observed: [ { | ||
@@ -98,0 +98,0 @@ name: product, |
{ | ||
"name": "fpad-rand-cert", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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
18310