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

fruitmachine-bindall

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fruitmachine-bindall - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

lib/helper.js

@@ -56,5 +56,5 @@ /**

module.exports = function(view) {
view.on('initialize', function() {
view.on('before initialize', function() {
bindAll(view.constructor.prototype, view);
});
};
{
"name": "fruitmachine-bindall",
"version": "1.0.0",
"version": "1.1.0",
"description": "A fruitmachine helper that binds all the methods in fruitmachine modules to each instance.",

@@ -11,3 +11,3 @@ "main": "lib/helper.js",

"type": "git",
"url": "git@github.com:ftlabs/fruitmachine-bindAll.git"
"url": "git@github.com:ftlabs/fruitmachine-bindall.git"
},

@@ -22,4 +22,4 @@ "keywords": [

"bugs": {
"url": "https://github.com/ftlabs/fruitmachine-bindAll/issues"
"url": "https://github.com/ftlabs/fruitmachine-bindall/issues"
}
}

@@ -31,3 +31,3 @@ # fruitmachine-bindAll

name: 'apple',
helpers: [require('fruitmachine-bindAll')],
helpers: [require('fruitmachine-bindall')],
setup: function() {

@@ -34,0 +34,0 @@ this.el.addEventListener('click', this.onButtonClick);

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