New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@enkeldigital/ce-search-lib

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enkeldigital/ce-search-lib - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

package.json
{
"name": "@enkeldigital/ce-search-lib",
"version": "0.0.1",
"version": "0.0.2",
"description": "ClassExpress Search library, is a customised wrapper around the algolia service for CE specific use.",
"main": "./src/index.js",
"files": ["/src"],
"files": [
"/src"
],
"scripts": {
"publish": "npm publish --access public",
"publish:npm": "npm publish --access public",
"test": "npx mocha --exit",

@@ -10,0 +12,0 @@ "lint:js": "npx eslint --ignore-path .gitignore --fix **/*.js"

@@ -11,3 +11,3 @@ /**

const add = async (searchObjects, prependedString) =>
executeSearchOperation(_add, prependedString, searchObjects);
executeSearchOperation(_add, searchObjects, prependedString);

@@ -14,0 +14,0 @@ // @todo Might want to add a custom bulk addition method

@@ -15,4 +15,4 @@ /**

const update = async (searchObjects, prependedString) =>
executeSearchOperation(_update, prependedString, searchObjects);
executeSearchOperation(_update, searchObjects, prependedString);
module.exports = { _update, update };
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