Comparing version 3.0.0-pre.5 to 3.0.0-pre.6
@@ -28,3 +28,3 @@ /* jshint -W079 */ | ||
var CID = require("can-util/js/cid/cid"); | ||
var deepExtend = require("can-util/js/deep-extend/deep-extend"); | ||
var deepAssign = require("can-util/js/deep-assign/deep-assign"); | ||
var assign = require("can-util/js/assign/assign"); | ||
@@ -167,3 +167,3 @@ var types = require("can-util/js/types/types"); | ||
var defaultValues = this._setupDefaults(obj); | ||
var data = assign(deepExtend(true, {}, defaultValues), obj); | ||
var data = assign(deepAssign(true, {}, defaultValues), obj); | ||
@@ -170,0 +170,0 @@ this.attr(data); |
{ | ||
"name": "can-map", | ||
"version": "3.0.0-pre.5", | ||
"version": "3.0.0-pre.6", | ||
"description": "Observable Objects", | ||
@@ -5,0 +5,0 @@ "homepage": "http://canjs.com", |
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
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
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
1