Socket
Socket
Sign inDemoInstall

uuid-cron

Package Overview
Dependencies
55
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

dist/constants.js

8

package.json
{
"name": "uuid-cron",
"version": "1.1.0",
"version": "1.1.1",
"description": "uuid-cron",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {

@@ -11,2 +12,3 @@ "type": "git",

"scripts": {
"prepublish" : "npm run build",
"start": "npm run build && npm run serve",

@@ -22,3 +24,3 @@ "serve": "node dist/index.js",

},
"keywords": [],
"keywords": [ "cron", "uuid"],
"author": "",

@@ -25,0 +27,0 @@ "license": "MIT",

import { v4 as uuidv4 } from 'uuid';
import {NumOfRandomsInTime} from './types/types';
import {NumOfRandomsInTime} from './types';

@@ -4,0 +4,0 @@ function getRandomUsers(numOfRandomsInTime: NumOfRandomsInTime): string[] {

@@ -7,3 +7,3 @@ import { v4 as uuidv4 } from 'uuid';

import { computeJobWithLimitedRandoms } from './cronLogic';
import {NumOfRandomsInTime} from './types/types';
import {NumOfRandomsInTime} from './types';

@@ -10,0 +10,0 @@ let uuidv4Value = new Error(UUID_INIT_ERROR);

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc