Socket
Socket
Sign inDemoInstall

@springworks/random-string

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springworks/random-string - npm Package Compare versions

Comparing version 3002.19.22 to 3002.19.23

3

build/__tests__/main.test.js

@@ -20,2 +20,3 @@ "use strict";

it('has flat distribution', () => {
var _a;
const count = 100 * 1000;

@@ -28,3 +29,3 @@ const length = 5;

for (const char of id) {
const char_count = char_count_map.get(char) || 0;
const char_count = (_a = char_count_map.get(char), (_a !== null && _a !== void 0 ? _a : 0));
char_count_map.set(char, char_count + 1);

@@ -31,0 +32,0 @@ }

@@ -6,2 +6,10 @@ # Change Log

## 3002.19.23 (2020-02-10)
**Note:** Version bump only for package @springworks/random-string
## 3002.19.22 (2020-02-07)

@@ -8,0 +16,0 @@

{
"name": "@springworks/random-string",
"version": "3002.19.22",
"version": "3002.19.23",
"description": "Generate random strings",

@@ -27,3 +27,3 @@ "main": "build/main.js",

"homepage": "https://github.com/Springworks/m2h-mono/tree/master/packages/random-string#readme",
"gitHead": "1777f347751148f743203e2c223795280730d3f6"
"gitHead": "13b4367ab0a645d938d199a9eda07b2393b1ab46"
}
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