seedrandom
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -1,1 +0,1 @@ | ||
{"processes":{"bc75ebea-75b5-4b17-87a3-b1de6fa3376f":{"parent":null,"children":[]}},"files":{"/home/davidbau/git/seedrandom/seedrandom.js":["bc75ebea-75b5-4b17-87a3-b1de6fa3376f"],"/home/davidbau/git/seedrandom/lib/xor128.js":["bc75ebea-75b5-4b17-87a3-b1de6fa3376f"],"/home/davidbau/git/seedrandom/lib/xorwow.js":["bc75ebea-75b5-4b17-87a3-b1de6fa3376f"],"/home/davidbau/git/seedrandom/lib/xorshift7.js":["bc75ebea-75b5-4b17-87a3-b1de6fa3376f"],"/home/davidbau/git/seedrandom/lib/xor4096.js":["bc75ebea-75b5-4b17-87a3-b1de6fa3376f"],"/home/davidbau/git/seedrandom/lib/tychei.js":["bc75ebea-75b5-4b17-87a3-b1de6fa3376f"],"/home/davidbau/git/seedrandom/lib/alea.js":["bc75ebea-75b5-4b17-87a3-b1de6fa3376f"]},"externalIds":{}} | ||
{"processes":{"f02e18a9-b1c7-4946-836e-c3dbfb9635a3":{"parent":null,"children":[]}},"files":{"/home/davidbau/git/seedrandom/seedrandom.js":["f02e18a9-b1c7-4946-836e-c3dbfb9635a3"],"/home/davidbau/git/seedrandom/lib/xor128.js":["f02e18a9-b1c7-4946-836e-c3dbfb9635a3"],"/home/davidbau/git/seedrandom/lib/xorwow.js":["f02e18a9-b1c7-4946-836e-c3dbfb9635a3"],"/home/davidbau/git/seedrandom/lib/xorshift7.js":["f02e18a9-b1c7-4946-836e-c3dbfb9635a3"],"/home/davidbau/git/seedrandom/lib/xor4096.js":["f02e18a9-b1c7-4946-836e-c3dbfb9635a3"],"/home/davidbau/git/seedrandom/lib/tychei.js":["f02e18a9-b1c7-4946-836e-c3dbfb9635a3"],"/home/davidbau/git/seedrandom/lib/alea.js":["f02e18a9-b1c7-4946-836e-c3dbfb9635a3"]},"externalIds":{}} |
{ | ||
"name": "seedrandom", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Seeded random number generator for Javascript.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,3 @@ seedrandom.js | ||
Version 3.0.4 | ||
Version 3.0.5 | ||
@@ -23,3 +23,3 @@ Author: David Bau | ||
```html | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/seedrandom/3.0.4/seedrandom.min.js"> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/seedrandom/3.0.5/seedrandom.min.js"> | ||
</script> | ||
@@ -78,3 +78,3 @@ ``` | ||
```html | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/seedrandom/3.0.4/lib/alea.min.js"> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/seedrandom/3.0.5/lib/alea.min.js"> | ||
</script> | ||
@@ -172,3 +172,3 @@ ``` | ||
```html | ||
<script src=//cdnjs.cloudflare.com/ajax/libs/seedrandom/3.0.4/seedrandom.min.js> | ||
<script src=//cdnjs.cloudflare.com/ajax/libs/seedrandom/3.0.5/seedrandom.min.js> | ||
</script> | ||
@@ -268,3 +268,3 @@ <!-- Seeds using urandom bits from a server. --> | ||
* Version 3.0.3 updates package.json for CDN entrypoints. | ||
* Version 3.0.4 removes eval to avoid triggering content-security policy. | ||
* Version 3.0.5 removes eval to avoid triggering content-security policy. | ||
@@ -271,0 +271,0 @@ The standard ARC4 key scheduler cycles short keys, which means that |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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