ampersand-view
Advanced tools
Comparing version 9.0.1 to 9.0.2
@@ -18,3 +18,3 @@ /*$AMPERSAND_VERSION*/ | ||
var bindings = require('ampersand-dom-bindings'); | ||
var getPath = require('get-object-path'); | ||
var getPath = require('lodash.get'); | ||
@@ -21,0 +21,0 @@ function View(attrs) { |
{ | ||
"name": "ampersand-view", | ||
"description": "A smart base view for Backbone apps, to make it easy to bind collections and properties to the DOM.", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
@@ -21,3 +21,2 @@ "browser": "./ampersand-view.js", | ||
"events-mixin": "^1.2.0", | ||
"get-object-path": "^0.0.2", | ||
"lodash.assign": "^3.0.0", | ||
@@ -27,2 +26,3 @@ "lodash.bind": "^3.1.0", | ||
"lodash.foreach": "^3.0.2", | ||
"lodash.get": "^3.1.0", | ||
"lodash.invoke": "^3.1.0", | ||
@@ -29,0 +29,0 @@ "lodash.isstring": "^3.0.1", |
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
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
84037
12
1566
+ Addedlodash.get@^3.1.0
+ Addedlodash.get@3.7.0(transitive)
- Removedget-object-path@^0.0.2
- Removedget-object-path@0.0.2(transitive)