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

dresscode-bricks

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dresscode-bricks - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

8

lib/Bricks/DragController.js

@@ -11,3 +11,5 @@ //#require Bricks.Component

touchEnabled: true,
_initComponent: function() {

@@ -20,3 +22,7 @@ Bricks.DragController.superclass._initComponent.apply(this, arguments);

this._events.on(this._el, 'mousedown,touchstart', this.$$_onMouseDown, this);
var eventName = 'mousedown';
if (this.touchEnabled) {
eventName += ',touchstart';
}
this._events.on(this._el, eventName, this.$$_onMouseDown, this);
},

@@ -23,0 +29,0 @@

2

package.json
{
"name": "dresscode-bricks",
"version": "0.0.3",
"version": "0.0.4",
"author": {

@@ -5,0 +5,0 @@ "name": "Kolyaj",

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