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

@promptbook/azure-openai

Package Overview
Dependencies
Maintainers
1
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-23 to 0.72.0-26

esm/typings/src/_packages/website-crawler.index.d.ts

4

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

@@ -19,2 +19,4 @@ import { PROMPTBOOK_VERSION } from '../version';

import { _PdfScraperMetadataRegistration } from '../scrapers/pdf/register-metadata';
import { _WebsiteScraperRegistration } from '../scrapers/website/register-constructor';
import { _WebsiteScraperMetadataRegistration } from '../scrapers/website/register-metadata';
export { PROMPTBOOK_VERSION };

@@ -38,1 +40,3 @@ export { _CLI };

export { _PdfScraperMetadataRegistration };
export { _WebsiteScraperRegistration };
export { _WebsiteScraperMetadataRegistration };

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

import { _PdfScraperMetadataRegistration } from '../scrapers/pdf/register-metadata';
import { _WebsiteScraperMetadataRegistration } from '../scrapers/website/register-metadata';
import { MemoryStorage } from '../storage/memory/MemoryStorage';

@@ -179,2 +180,3 @@ import { PrefixStorage } from '../storage/memory/utils/PrefixStorage';

export { _PdfScraperMetadataRegistration };
export { _WebsiteScraperMetadataRegistration };
export { MemoryStorage };

@@ -181,0 +183,0 @@ export { PrefixStorage };

4

package.json
{
"name": "@promptbook/azure-openai",
"version": "0.72.0-23",
"version": "0.72.0-26",
"description": "Supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.72.0-23"
"@promptbook/core": "0.72.0-26"
},

@@ -58,0 +58,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