New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

diginext-utils

Package Overview
Dependencies
Maintainers
2
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diginext-utils - npm Package Compare versions

Comparing version 1.1.13 to 1.2.0

dist/array.js

8

dist/string/name/vi.js

@@ -12,3 +12,3 @@ "use strict";

var _index = require("../../array/index.js");
var _array = require("../../array");

@@ -29,8 +29,8 @@ //prettier-ignore

if (male) {
return (0, _index.randomElement)(MALE);
return (0, _array.randomElement)(MALE);
} else {
return (0, _index.randomElement)(FEMALE);
return (0, _array.randomElement)(FEMALE);
}
} else {
return (0, _index.randomElement)([...MALE, ...FEMALE]);
return (0, _array.randomElement)([...MALE, ...FEMALE]);
}

@@ -37,0 +37,0 @@ };

@@ -10,2 +10,4 @@ "use strict";

require("core-js/modules/es.string.split.js");
require("core-js/modules/es.string.search.js");

@@ -12,0 +14,0 @@

{
"name": "diginext-utils",
"version": "1.1.13",
"version": "1.2.0",
"author": {

@@ -5,0 +5,0 @@ "name": "TOP GROUP (a.k.a Digitop)",

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