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

can-route

Package Overview
Dependencies
Maintainers
6
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-route - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0-pre.0

8

can-route.js

@@ -86,11 +86,11 @@ /*jshint -W079 */

if(arguments.length > 1) {
this.set(prop, value);
canReflect.setKeyValue(this, prop, value);
return this;
} else if(typeof prop === 'object') {
this.set(prop);
canReflect.assignDeep(this,prop);
return this;
} else if(arguments.length === 1){
return this.get(prop);
return canReflect.getKeyValue(this, prop);
} else {
return this.toObject();
return canReflect.unwrap(this);
}

@@ -97,0 +97,0 @@ }

{
"name": "can-route",
"version": "3.1.0",
"version": "3.2.0-pre.0",
"description": "",

@@ -42,10 +42,10 @@ "homepage": "",

"dependencies": {
"can-compute": "^3.1.0-pre.15",
"can-compute": "^3.3.0-pre.1",
"can-deparam": "^1.0.1",
"can-event": "^3.5.0-pre.2",
"can-namespace": "1.0.0",
"can-observation": "^3.2.0-pre.20",
"can-observation": "^3.3.0-pre.1",
"can-param": "^1.0.1",
"can-reflect": "^1.0.0-pre.3",
"can-simple-map": "^3.2.0-pre.8",
"can-reflect": "^1.1.0-pre.3",
"can-simple-map": "^3.3.0-pre.2",
"can-symbol": "^1.0.0-pre.1",

@@ -56,9 +56,7 @@ "can-types": "^1.1.0-pre.3",

"devDependencies": {
"bit-docs": "0.0.7",
"can-define": "^1.2.0-pre.7",
"can-list": "^3.1.0-pre.14",
"can-map": "^3.1.0-pre.16",
"can-stache-key": "^0.0.2",
"can-define": "^1.3.0-pre.1",
"can-list": "^3.2.0-pre.1",
"can-map": "^3.3.0-pre.1",
"done-serve": "^0.2.0",
"donejs-cli": "^0.9.5",
"generator-donejs": "^0.9.0",
"jshint": "^2.9.1",

@@ -68,3 +66,3 @@ "steal": "^1.2.9",

"steal-tools": "^1.1.2",
"testee": "^0.3.1"
"testee": "^0.6.1"
},

@@ -71,0 +69,0 @@ "bit-docs": {

@@ -532,3 +532,3 @@ /* jshint asi:true */

iCanRoute.serializedCompute.bind('change', function(){
equal(iCanRoute.attr('personId'), '3', 'personId');

@@ -535,0 +535,0 @@ equal(iCanRoute.attr('foo'), undefined, 'unexpected value');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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