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

@commercelayer/cli-core

Package Overview
Dependencies
Maintainers
2
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/cli-core - npm Package Compare versions

Comparing version 4.7.1 to 4.7.2

2

lib/cjs/filter.d.ts

@@ -9,3 +9,3 @@ declare const documentation = "https://docs.commercelayer.io/core/filtering-data#list-of-predicates";

declare const applyFilter: (predicate: string, ...fields: string[]) => string;
declare const filters: () => readonly Filter[];
declare const filters: () => Filter[];
export { type Filter, documentation, filterAvailable as available, filterList as list, applyFilter as apply, filters };

@@ -9,3 +9,3 @@ declare const documentation = "https://docs.commercelayer.io/core/filtering-data#list-of-predicates";

declare const applyFilter: (predicate: string, ...fields: string[]) => string;
declare const filters: () => readonly Filter[];
declare const filters: () => Filter[];
export { type Filter, documentation, filterAvailable as available, filterList as list, applyFilter as apply, filters };
{
"name": "@commercelayer/cli-core",
"version": "4.7.1",
"version": "4.7.2",
"main": "lib/cjs/index.js",

@@ -5,0 +5,0 @@ "types": "lib/cjs/index.d.ts",

Sorry, the diff of this file is not supported yet

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