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

@lskjs/utils

Package Overview
Dependencies
Maintainers
11
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lskjs/utils - npm Package Compare versions

Comparing version 2.9.0 to 2.9.1

3

getWildcardKeys.js

@@ -23,6 +23,7 @@ "use strict";

var getWildcardKeys = function getWildcardKeys(rules, keys) {
if (keys === '*') return rules;
var rx = /(.+\.)\*$/;
var arr = typeof keys === 'string' ? [keys] : keys;
var converted = arr.map(function (key) {
if (key === '*') return rules;
if (rx.test(key)) {

@@ -29,0 +30,0 @@ var _key$match = key.match(rx),

{
"name": "@lskjs/utils",
"version": "2.9.0",
"version": "2.9.1",
"description": "LSK.js – utils – helpers and functions",

@@ -41,3 +41,3 @@ "keywords": [],

},
"gitHead": "f0f950831929450a989df9d99eae75b898d7ddea"
"gitHead": "1e9f6f00a4d856f27ae4258db6ff135c55af19b2"
}

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