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

thingies

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thingies - npm Package Compare versions

Comparing version 1.15.0 to 1.16.0

es2020/xorshift.d.ts

1

es2020/index.d.ts

@@ -23,1 +23,2 @@ export * from './base64';

export * from './until';
export * from './xorshift';

@@ -26,1 +26,2 @@ "use strict";

tslib_1.__exportStar(require("./until"), exports);
tslib_1.__exportStar(require("./xorshift"), exports);

@@ -23,1 +23,2 @@ export * from './base64';

export * from './until';
export * from './xorshift';

@@ -26,1 +26,2 @@ "use strict";

tslib_1.__exportStar(require("./until"), exports);
tslib_1.__exportStar(require("./xorshift"), exports);

@@ -23,1 +23,2 @@ export * from './base64';

export * from './until';
export * from './xorshift';

@@ -26,1 +26,2 @@ "use strict";

tslib_1.__exportStar(require("./until"), exports);
tslib_1.__exportStar(require("./xorshift"), exports);

2

package.json
{
"name": "thingies",
"version": "1.15.0",
"version": "1.16.0",
"description": "",

@@ -5,0 +5,0 @@ "author": {

@@ -113,5 +113,11 @@ # thingies

---
- `xorShift32` — generates random 32-bit integers using the very fast xorshift
algorithm. `makeXorShift32(seed)` returns a function which can be used to generate
random numbers.
## License
[MIT © Vadim Dalecky](LICENSE).
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