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.6.5 to 0.6.6

2

build/bam.js

@@ -667,3 +667,3 @@ (function(e){if("function"==typeof bootstrap)bootstrap("bam",e);else if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else if("undefined"!=typeof ses){if(!ses.ok())return;ses.makeBam=e}else"undefined"!=typeof window?window.Bam=e():global.Bam=e()})(function(){var define,ses,bootstrap,module,exports;

transitions = (_ref = this.transitions) != null ? _ref[from + ' ' + to] : void 0;
if (!(transitions && this.transitions)) {
if ((!transitions) && this.transitions) {
key = _.chain(this.transitions).keys().filter(function(t) {

@@ -670,0 +670,0 @@ var s;

@@ -323,3 +323,3 @@ // Generated by CoffeeScript 1.6.3

transitions = (_ref = this.transitions) != null ? _ref[from + ' ' + to] : void 0;
if (!(transitions && this.transitions)) {
if ((!transitions) && this.transitions) {
key = _.chain(this.transitions).keys().filter(function(t) {

@@ -326,0 +326,0 @@ var s;

{
"name": "bamjs",
"version": "0.6.5",
"version": "0.6.6",
"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": "lib/index.js",

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