Socket
Socket
Sign inDemoInstall

fpad-rand-cert

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fpad-rand-cert - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

gg-audit-randomize.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc