Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
0
Versions
401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/remote-client - npm Package Compare versions

Comparing version 0.63.0-1 to 0.63.0-2

2

esm/index.es.js

@@ -6,3 +6,3 @@ import { io } from 'socket.io-client';

*/
var PROMPTBOOK_VERSION = '0.63.0-0';
var PROMPTBOOK_VERSION = '0.63.0-1';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -9,0 +9,0 @@

{
"name": "@promptbook/remote-client",
"version": "0.63.0-1",
"version": "0.63.0-2",
"description": "Supercharge your use of large language models",

@@ -36,5 +36,2 @@ "private": false,

"homepage": "https://www.npmjs.com/package/@promptbook/core",
"dependencies": {
"socket.io-client": "4.7.2"
},
"funding": [

@@ -50,8 +47,11 @@ {

],
"main": "./umd/index.umd.js",
"module": "./esm/index.es.js",
"typings": "./esm/typings/src/_packages/remote-client.index.d.ts",
"peerDependencies": {
"@promptbook/core": "0.63.0-1"
"@promptbook/core": "0.63.0-2"
},
"main": "./umd/index.umd.js",
"module": "./esm/index.es.js",
"typings": "./esm/typings/src/_packages/remote-client.index.d.ts"
"dependencies": {
"socket.io-client": "4.7.2"
}
}

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

*/
var PROMPTBOOK_VERSION = '0.63.0-0';
var PROMPTBOOK_VERSION = '0.63.0-1';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -13,0 +13,0 @@

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