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

@janiscommerce/api-list

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@janiscommerce/api-list - npm Package Compare versions

Comparing version 5.3.0 to 5.3.1

4

CHANGELOG.md

@@ -10,2 +10,6 @@ # Changelog

## [5.3.1] - 2022-04-21
### Fixed
- Sending empty filters when filterMappers returned an empty value, now it doesn't return empty filters to avoid issues.
## [5.3.0] - 2022-03-28

@@ -12,0 +16,0 @@ ### Added

@@ -87,2 +87,5 @@ 'use strict';

if(filterValue === undefined)
return filters;
const internalName = filter.internalName || filter.name;

@@ -89,0 +92,0 @@

2

package.json
{
"name": "@janiscommerce/api-list",
"version": "5.3.0",
"version": "5.3.1",
"description": "A package to handle Janis List APIs",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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