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

@promptbook/azure-openai

Package Overview
Dependencies
Maintainers
0
Versions
262
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/azure-openai - npm Package Compare versions

Comparing version 0.72.0-7 to 0.72.0-8

2

esm/typings/src/_packages/core.index.d.ts

@@ -78,3 +78,2 @@ import { PROMPTBOOK_VERSION } from '../version';

import { documentScraper } from '../scrapers/document/documentScraper';
import { SCRAPERS } from '../scrapers/index';
import { markdownScraper } from '../scrapers/markdown/markdownScraper';

@@ -167,3 +166,2 @@ import { pdfScraper } from '../scrapers/pdf/pdfScraper';

export { documentScraper };
export { SCRAPERS };
export { markdownScraper };

@@ -170,0 +168,0 @@ export { pdfScraper };

3

esm/typings/src/scrapers/index.d.ts

@@ -5,4 +5,5 @@ import type { Scraper } from './_common/Scraper';

*
* @public exported from `@promptbook/core`
* @private because this will be replaced by a system of one scraper per package [🦖]
* TODO: [🦖] System for scrapers NOT public exported from `@promptbook/core`
*/
export declare const SCRAPERS: Array<Scraper>;
{
"name": "@promptbook/azure-openai",
"version": "0.72.0-7",
"version": "0.72.0-8",
"description": "Supercharge your use of large language models",

@@ -54,3 +54,3 @@ "private": false,

"peerDependencies": {
"@promptbook/core": "0.72.0-7"
"@promptbook/core": "0.72.0-8"
},

@@ -57,0 +57,0 @@ "dependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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