alea-random
Advanced tools
Comparing version 4.0.1 to 5.0.0
@@ -1,2 +0,2 @@ | ||
Copyright 2014–2022 Kenan Yildirim <https://kenany.me/> | ||
Copyright 2014–2023 Kenan Yildirim <https://kenany.me/> | ||
@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of |
{ | ||
"name": "alea-random", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"description": "`lodash.random` but using Alea", | ||
@@ -10,3 +10,3 @@ "keywords": [ | ||
], | ||
"repository": "KenanY/alea-random", | ||
"repository": "github:kenany/alea-random", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "author": "Kenan Yildirim <kenan@kenany.me> (https://kenany.me/)", | ||
"engines": { | ||
"node": "14 || 16 || >=18" | ||
"node": "18 || >=20" | ||
}, | ||
@@ -42,8 +42,8 @@ "scripts": { | ||
"devDependencies": { | ||
"@kenan/eslint-config": "^10.0.1", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@kenan/eslint-config": "^10.0.2", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"browserify": "^17.0.0", | ||
"conventional-changelog-conventionalcommits": "^5.0.0", | ||
"eslint": "^8.27.0", | ||
"conventional-changelog-conventionalcommits": "^6.1.0", | ||
"eslint": "^8.48.0", | ||
"lodash.constant": "^3.0.0", | ||
@@ -56,6 +56,6 @@ "lodash.every": "^4.6.0", | ||
"nyc": "^15.1.0", | ||
"semantic-release": "^19.0.5", | ||
"semantic-release": "^21.0.7", | ||
"tape-run": "^10.0.0", | ||
"tape": "^5.6.1" | ||
"tape": "^5.6.6" | ||
} | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5555