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

@promptbook/anthropic-claude

Package Overview
Dependencies
Maintainers
1
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/anthropic-claude - npm Package Compare versions

Comparing version 0.66.0-9 to 0.66.0

5

esm/index.es.js

@@ -10,3 +10,3 @@ import Anthropic from '@anthropic-ai/sdk';

*/
var PROMPTBOOK_VERSION = '0.66.0-8';
var PROMPTBOOK_VERSION = '0.66.0-9';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -1356,9 +1356,6 @@

var existingRegistration = this.storage[existingRegistrationIndex];
// TODO: !!!!!! Global IS_VERBOSE mode
if (!existingRegistration) {
console.warn("[\uD83D\uDCE6] Registering `".concat(packageName, ".").concat(className, "` to `").concat(this.storageName, "`"));
this.storage.push(registered);
}
else {
console.warn("[\uD83D\uDCE6] Re-registering `".concat(packageName, ".").concat(className, "` to `").concat(this.storageName, "`"));
this.storage[existingRegistrationIndex] = registered;

@@ -1365,0 +1362,0 @@ }

2

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

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

import { DEFAULT_REMOTE_URL_PATH } from '../config';
import { IS_VERBOSE } from '../config';
import { pipelineJsonToString } from '../conversion/pipelineJsonToString';

@@ -92,2 +93,3 @@ import type { PipelineStringToJsonOptions } from '../conversion/pipelineStringToJson';

export { DEFAULT_REMOTE_URL_PATH };
export { IS_VERBOSE };
export { pipelineJsonToString };

@@ -94,0 +96,0 @@ export type { PipelineStringToJsonOptions };

@@ -125,2 +125,8 @@ /**

*
* @public exported from `@promptbook/core`
*/
export declare const IS_VERBOSE = false;
/**
* @@@
*
* @private within the repository

@@ -127,0 +133,0 @@ */

{
"name": "@promptbook/anthropic-claude",
"version": "0.66.0-9",
"version": "0.66.0",
"description": "Supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.66.0-9"
"@promptbook/core": "0.66.0"
},

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

@@ -17,3 +17,3 @@ (function (global, factory) {

*/
var PROMPTBOOK_VERSION = '0.66.0-8';
var PROMPTBOOK_VERSION = '0.66.0-9';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -1363,9 +1363,6 @@

var existingRegistration = this.storage[existingRegistrationIndex];
// TODO: !!!!!! Global IS_VERBOSE mode
if (!existingRegistration) {
console.warn("[\uD83D\uDCE6] Registering `".concat(packageName, ".").concat(className, "` to `").concat(this.storageName, "`"));
this.storage.push(registered);
}
else {
console.warn("[\uD83D\uDCE6] Re-registering `".concat(packageName, ".").concat(className, "` to `").concat(this.storageName, "`"));
this.storage[existingRegistrationIndex] = registered;

@@ -1372,0 +1369,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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