Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

knuth-shuffle-seeded

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knuth-shuffle-seeded - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

bower.json
{
"name": "knuth-shuffle-seeded",
"version": "1.0.0",
"version": "1.0.1",
"main": "shuffle.js",

@@ -5,0 +5,0 @@ "dependencies": {},

{
"name": "knuth-shuffle-seeded",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Fisher-Yates (aka Knuth) shuffle for Node.js, with seeding support",

@@ -10,5 +10,6 @@ "main": "index.js",

},
"homepage": "https://github.com/TimothyGu/knuth-shuffle-seeded",
"repository": {
"type": "git",
"url": "git://github.com/coolaj86/knuth-shuffle.git"
"url": "git://github.com/TimothyGu/knuth-shuffle-seeded.git"
},

@@ -30,3 +31,3 @@ "keywords": [

"author": "AJ O'Neal <coolaj86@gmail.com> (http://coolaj86.info/)",
"contributor": [
"contributors": [
"Timothy Gu <timothygu99@gmail.com> (https://timothygu.github.io/)"

@@ -38,2 +39,5 @@ ],

},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {

@@ -40,0 +44,0 @@ "seed-random": "^2.2.0"

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