Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

can-map

Package Overview
Dependencies
Maintainers
3
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-map - npm Package Compare versions

Comparing version 3.0.0-pre.5 to 3.0.0-pre.6

4

can-map.js

@@ -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",

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