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

@faststore/sdk

Package Overview
Dependencies
Maintainers
10
Versions
354
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@faststore/sdk - npm Package Compare versions

Comparing version 2.2.33 to 2.2.35

2

dist/search/facets.js

@@ -19,3 +19,3 @@ import { SDKError } from '../utils/error';

}
return facets.filter((_, it) => it === 0 || it !== index);
return facets.filter((_, it) => it !== index);
};

@@ -22,0 +22,0 @@ export const setFacet = (facets, facet, unique) => {

{
"name": "@faststore/sdk",
"version": "2.2.33",
"version": "2.2.35",
"description": "Hooks for creating your next component library",

@@ -53,3 +53,3 @@ "license": "MIT",

},
"gitHead": "3ef3bacdc55e2a9719398e5920a564b231a86bc5"
"gitHead": "dbb59ea5a444b7b542481b6842ab8bc230ed9a94"
}

@@ -27,3 +27,3 @@ import { SDKError } from '../utils/error'

return facets.filter((_, it) => it === 0 || it !== index)
return facets.filter((_, it) => it !== index)
}

@@ -30,0 +30,0 @@

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