Comparing version 2.1.0 to 2.1.1
18
index.js
@@ -194,12 +194,14 @@ function ViewManager( settings ) { | ||
Object.defineProperty(p, 'overlap', { | ||
get: function() { | ||
return this.s.overlap; | ||
}, | ||
if (Object.defineProperty) { | ||
Object.defineProperty(p, 'overlap', { | ||
get: function() { | ||
return this.s.overlap; | ||
}, | ||
set: function(value) { | ||
this.s.overlap = value; | ||
} | ||
}); | ||
set: function(value) { | ||
this.s.overlap = value; | ||
} | ||
}); | ||
} | ||
module.exports = ViewManager; |
{ | ||
"name": "bw-vm", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "This is a view manager for bigwheel (it brings in out content)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13554
320
0