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.7 to 0.7.0

collection.js

14

package.json
{
"name": "bamjs",
"version": "0.6.7",
"version": "0.7.0",
"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.",
"main": "lib/index.js",
"scripts": {
"prepublish": "./bin/prepublish.sh"
},
"main": "index.js",
"repository": {

@@ -13,2 +10,5 @@ "type": "git",

},
"scripts": {
"prepublish": "coffee -o . -c src"
},
"keywords": [

@@ -37,5 +37,5 @@ "backbone",

"devDependencies": {
"coffee-script": "~1.6.3",
"browserify": "~2.27.1"
"browserify": "~2.27.1",
"coffee-script": "~1.6.3"
}
}

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