🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@metalift/sdk

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metalift/sdk - npm Package Compare versions

Comparing version
1.0.6
to
1.0.7
+3
-4
dist/search-errors.js

@@ -5,6 +5,5 @@ export const SEARCH_UNAVAILABLE_DOCS = "https://metalift.ai/docs/release-notes";

return (`Web search is not available on ${apiUrl}${status}. ` +
"POST /v1/search was not found or search is disabled on this API host. " +
"Metalift Cloud (https://api.metalift.ai) may not have search deployed yet — " +
"use a self-hosted scrape API with SEARCH_ENABLED=true, or check " +
`${SEARCH_UNAVAILABLE_DOCS} for rollout status.`);
"POST /v1/search was not found or search is temporarily unavailable. " +
"See " +
`${SEARCH_UNAVAILABLE_DOCS} for availability and rollout status.`);
}

@@ -11,0 +10,0 @@ export function formatSearchApiError(apiUrl, body, status) {

{
"name": "@metalift/sdk",
"version": "1.0.6",
"version": "1.0.7",
"description": "Metalift TypeScript SDK",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE",