Comparing version 0.6.7 to 0.7.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
25531
9
655
1