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

bamjs

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bamjs - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

2

package.json
{
"name": "bamjs",
"version": "0.7.2",
"version": "0.7.3",
"description": "Backbone with modifications. Adds heirarchy to Views, turns Views into Finite State Machines, adds a mixin for decorating methods and adds utility functions to Models and Collections.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -276,3 +276,4 @@ // Generated by CoffeeScript 1.6.3

to: state,
options: options
options: options,
view: this
};

@@ -287,3 +288,4 @@ this.trigger('transition', pkg);

state: this.state,
options: options
options: options,
view: this
};

@@ -290,0 +292,0 @@ this.trigger('changestate', pkg);

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