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

extended-spine

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extended-spine - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

lib/Controller.js

@@ -126,7 +126,7 @@ // Generated by CoffeeScript 1.6.3

el = _ref[_i];
controller = el.data('_controller');
controller = el.data('controller');
controller.unbind();
controller.stopListening();
controller.unbindUiEvents();
_results.push(el.data('_controller', null));
_results.push(el.data('controller', null));
}

@@ -133,0 +133,0 @@ return _results;

{
"name": "extended-spine",
"description": "Some extensions for spine framework",
"version": "1.0.3",
"version": "1.0.4",
"author": {

@@ -6,0 +6,0 @@ "name": "David Kudera",

@@ -96,2 +96,5 @@ # extended-spine

* 1.0.4
+ Wrong variable names
* 1.0.2 - 1.0.3

@@ -98,0 +101,0 @@ + Bug with inheritance

@@ -255,7 +255,7 @@ /** Generated by SimQ **/

el = _ref[_i];
controller = el.data('_controller');
controller = el.data('controller');
controller.unbind();
controller.stopListening();
controller.unbindUiEvents();
_results.push(el.data('_controller', null));
_results.push(el.data('controller', null));
}

@@ -262,0 +262,0 @@ return _results;

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