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

@startup-booster/move

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@startup-booster/move - npm Package Compare versions

Comparing version 0.1.24 to 0.1.25

12

move.js

@@ -63,3 +63,5 @@ const { EventEmitter } = require('events');

if (options.onConnect) {
options.onConnect(move);
setTimeout(() => {
options.onConnect(move);
}, 0);
}

@@ -204,8 +206,12 @@

async login(auth) {
return rpc('login', auth);
move.data.user = await rpc('login', auth);
return move.data.user;
},
async logout() {
return rpc('logout');
await rpc('logout');
delete move.data.user;
},
data: {},
};

@@ -212,0 +218,0 @@

{
"name": "@startup-booster/move",
"version": "0.1.24",
"version": "0.1.25",
"main": "move.js",

@@ -9,4 +9,5 @@ "license": "MIT",

"shortid": "^2.2.16",
"socket.io-client": "^4.6.1"
"socket.io-client": "^4.6.1",
"yjs": "^13.6.7"
}
}
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