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 3005.76.0 to 3005.77.0

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)) !== null && _a !== void 0 ? _a : 0;
char_count_map.set(char, char_count + 1);

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

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

# [3005.77.0](https://github.com/Springworks/m2h-mono/compare/v3005.76.0...v3005.77.0) (2021-08-23)
### Features
* force update all packages ([0ba911e](https://github.com/Springworks/m2h-mono/commit/0ba911efe4915423de9ffc654261f76f14980513))
# [3005.76.0](https://github.com/Springworks/m2h-mono/compare/v3005.75.2...v3005.76.0) (2021-08-23)

@@ -8,0 +19,0 @@

{
"name": "@springworks/random-string",
"version": "3005.76.0",
"version": "3005.77.0",
"description": "Generate random strings",

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

"homepage": "https://github.com/Springworks/m2h-mono/tree/master/packages/random-string#readme",
"gitHead": "ab6e347684e7a8e77b4e87fb8940039899036d0c"
"gitHead": "7a75343c9d8a134e44647bc2d4007cb1eeebf02a"
}

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