Socket
Socket
Sign inDemoInstall

capsule

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capsule - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

11

capsule.js

@@ -315,2 +315,13 @@ (function(){

// ###moveServer
// Send the `move` event
moveServer: function (id, newPosition) {
socket.send({
event: 'move',
collection: this.id,
id: id,
newPosition: newPosition
});
},
// ###registerRadioProperties

@@ -317,0 +328,0 @@ // A convenience for creating `radio` properties where you can specify an

2

package.json
{
"name": "capsule",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/andyet/Capsule",

@@ -5,0 +5,0 @@ "repository": {

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