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

@bluelilo/search-utils

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bluelilo/search-utils - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

16

lib/formatters.js

@@ -98,4 +98,4 @@ "use strict";

maxPrice,
provider,
resort
providers,
resorts
} = query;

@@ -173,8 +173,8 @@

if (provider) {
provider = String(provider);
if (providers) {
providers = [].concat(providers).map(String);
}
if (resort) {
resort = String(resort);
if (resorts) {
resorts = [].concat(resorts).map(String);
}

@@ -190,5 +190,5 @@

maxPrice,
provider,
resort
providers,
resorts
};
}
{
"name": "@bluelilo/search-utils",
"version": "3.0.0",
"version": "3.1.0",
"description": "",

@@ -9,3 +9,3 @@ "scripts": {

"build": "rm -rf lib && babel src --out-dir lib --ignore '**/*.spec.js'",
"release": "npm run lint && npm run prettier && release-it",
"release": "npm test && npm run lint && npm run prettier && release-it",
"prepublish": "npm run build",

@@ -12,0 +12,0 @@ "test": "jest --coverage src"

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