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

bigwheel

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bigwheel - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

42

index.js

@@ -125,2 +125,27 @@ /** @module bigwheel */

/**
* Destroys bighweel
*/
destroy: function() {
this.router.destroy();
},
/**
* Resize can be called at any time. The values passed in for
* width and height will be passed to the currently instantiated
* sections.
*
* If `autoResize` was not passed in or it was true then resize
* will automatically be called when the window of the browser
* resizes.
*
* @param {Number} w width value you'd like to pass to the sections
* @param {Number} h height value you'd like to pass to the sections
*/
resize: function( w, h ) {
this.vm.resize( w, h );
},
show: function( content, data ) {

@@ -155,19 +180,2 @@

/**
* Resize can be called at any time. The values passed in for
* width and height will be passed to the currently instantiated
* sections.
*
* If `autoResize` was not passed in or it was true then resize
* will automatically be called when the window of the browser
* resizes.
*
* @param {Number} w width value you'd like to pass to the sections
* @param {Number} h height value you'd like to pass to the sections
*/
resize: function( w, h ) {
this.vm.resize( w, h );
},
doShow: function( content, data ) {

@@ -174,0 +182,0 @@

{
"name": "bigwheel",
"version": "1.1.0",
"version": "1.1.1",
"description": "bigwheel is an mvc framework that focuses on animation",

@@ -25,3 +25,3 @@ "main": "index.js",

"dependencies": {
"bw-router": "^1.0.1",
"bw-router": "^1.0.2",
"bw-viewmediator": "^1.1.0",

@@ -28,0 +28,0 @@ "bw-vm": "^1.2.0",

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