get-random-values
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -0,1 +1,8 @@ | ||
### [1.2.2](https://github.com/KenanY/get-random-values/compare/1.2.1...1.2.2) (2020-08-25) | ||
### Bug Fixes | ||
* update copyright year to 2020 ([4761fef](https://github.com/KenanY/get-random-values/commit/4761fef0e5513b84f0ab340d22ef31d97e50ab4c)) | ||
### [1.2.1](https://github.com/KenanY/get-random-values/compare/1.2.0...1.2.1) (2020-08-25) | ||
@@ -2,0 +9,0 @@ |
@@ -1,2 +0,2 @@ | ||
Copyright 2014–2016 Kenan Yildirim <http://kenany.me/> | ||
Copyright 2014–2020 Kenan Yildirim <https://kenany.me/> | ||
@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of |
{ | ||
"name": "get-random-values", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "`window.crypto.getRandomValues` with fallback to Node.js crypto", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
4741