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.65.0-4 to 0.65.0-5

5

esm/index.es.js

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

*/
var PROMPTBOOK_VERSION = '0.65.0-3';
var PROMPTBOOK_VERSION = '0.65.0-4';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -139,5 +139,6 @@

});
// TODO: !!!! Better timeout handling
setTimeout(function () {
reject(new Error("Timeout while connecting to ".concat(_this.options.remoteUrl)));
}, 60000 /* <- TODO: Timeout to config */);
}, 1000 /* <- TODO: Timeout to config */);
});

@@ -144,0 +145,0 @@ };

4

package.json
{
"name": "@promptbook/remote-client",
"version": "0.65.0-4",
"version": "0.65.0-5",
"description": "Supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.65.0-4"
"@promptbook/core": "0.65.0-5"
},

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

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

*/
var PROMPTBOOK_VERSION = '0.65.0-3';
var PROMPTBOOK_VERSION = '0.65.0-4';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -143,5 +143,6 @@

});
// TODO: !!!! Better timeout handling
setTimeout(function () {
reject(new Error("Timeout while connecting to ".concat(_this.options.remoteUrl)));
}, 60000 /* <- TODO: Timeout to config */);
}, 1000 /* <- TODO: Timeout to config */);
});

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