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

@7-docs/edge

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@7-docs/edge - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

dist/completion.js

@@ -1,3 +0,3 @@

import { uniqueByProperty } from '@7-docs/shared/array.js';
import { getPrompt } from '@7-docs/shared/prompt.js';
import { uniqueByProperty } from '@7-docs/shared';
import { getPrompt } from '@7-docs/shared';
import { OpenAI } from './openai/v1/client.js';

@@ -4,0 +4,0 @@ import { isChatCompletionModel } from './openai/v1/util.js';

@@ -1,2 +0,2 @@

import { OPENAI_TOKENS_FOR_COMPLETION, OPENAI_COMPLETION_TEMPERATURE, OPENAI_COMPLETION_TOP_P, OPENAI_COMPLETION_N } from '@7-docs/shared/constants.js';
import { OPENAI_TOKENS_FOR_COMPLETION, OPENAI_COMPLETION_TEMPERATURE, OPENAI_COMPLETION_TOP_P, OPENAI_COMPLETION_N } from '@7-docs/shared';
import { chatCompletions } from './chatCompletions.js';

@@ -3,0 +3,0 @@ import { completions } from './completions.js';

@@ -1,2 +0,2 @@

import { EMBEDDING_MATCH_COUNT } from '@7-docs/shared/constants.js';
import { EMBEDDING_MATCH_COUNT } from '@7-docs/shared';
import { ensureProtocol, sortByScoreDesc } from './util.js';

@@ -3,0 +3,0 @@ const defaults = {

@@ -1,3 +0,3 @@

import { EMBEDDING_MATCH_COUNT, SUPABASE_SIMILARITY_THRESHOLD } from '@7-docs/shared/constants.js';
import { normalizeNamespace } from '@7-docs/shared/string.js';
import { EMBEDDING_MATCH_COUNT, SUPABASE_SIMILARITY_THRESHOLD } from '@7-docs/shared';
import { normalizeNamespace } from '@7-docs/shared';
const defaults = {

@@ -4,0 +4,0 @@ similarity_threshold: SUPABASE_SIMILARITY_THRESHOLD,

{
"name": "@7-docs/edge",
"version": "0.0.1",
"version": "0.0.2",
"description": "Package to use 7-docs from edge functions",

@@ -34,3 +34,3 @@ "homepage": "https://github.com/7-docs/7-docs",

"dependencies": {
"@7-docs/shared": "0.0.1"
"@7-docs/shared": "0.0.2"
},

@@ -37,0 +37,0 @@ "publishConfig": {

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