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

abl-utils

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abl-utils - npm Package Compare versions

Comparing version 0.5.4 to 0.6.0

2

package.json
{
"name": "abl-utils",
"title": "ABL - utils",
"version": "0.5.4",
"version": "0.6.0",
"license": "MIT",

@@ -6,0 +6,0 @@ "description": "description",

@@ -31,2 +31,6 @@ "use strict";

export function getRandomElementFromArray(array = []) {
return array[Math.floor(Math.random() * array.length)];
}
export function tpl(template, data) {

@@ -33,0 +37,0 @@ return template.replace(/(\$\{([^\{\}]+)\})/g, ($0, $1, $2) => getObject($2, data));

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