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

seedrandom

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seedrandom - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

.nyc_output/f02e18a9-b1c7-4946-836e-c3dbfb9635a3.json

2

.nyc_output/processinfo/index.json

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

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