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

can-route

Package Overview
Dependencies
Maintainers
3
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.0.0-pre.4 to 3.0.0-pre.5

7

build.js

@@ -8,5 +8,8 @@ var stealTools = require("steal-tools");

outputs: {
"+cjs": {},
"+amd": {},
"+global-js": {}
"+standalone": {
exports: {
"can-util/namespace": "can"
}
}
}

@@ -13,0 +16,0 @@ }).catch(function(e){

@@ -7,2 +7,3 @@ /*jshint -W079 */

var namespace = require('can-util/namespace');
var deparam = require('can-util/js/deparam/deparam');

@@ -785,2 +786,2 @@ var each = require('can-util/js/each/each');

module.exports = canRoute;
module.exports = namespace.route = canRoute;
{
"name": "can-route",
"version": "3.0.0-pre.4",
"version": "3.0.0-pre.5",
"description": "",

@@ -30,3 +30,3 @@ "homepage": "",

},
"main": "dist/cjs/can-route",
"main": "can-route",
"browser": {

@@ -42,15 +42,11 @@ "transform": [

},
"keywords": [],
"keywords": [
"canjs",
"canjs-plugin",
"donejs"
],
"system": {
"main": "can-route",
"configDependencies": [
"live-reload"
],
"npmIgnore": [
"documentjs",
"testee",
"generator-donejs",
"donejs-cli",
"steal-tools"
],
"npmAlgorithm": "flat"

@@ -61,3 +57,3 @@ },

"can-observe-info": "^3.0.0-pre.1",
"can-util": "^3.0.0-pre.15",
"can-util": "^3.0.0-pre.21",
"can-simple-map": "^3.0.0-pre.1",

@@ -64,0 +60,0 @@ "can-compute": "3.0.0-pre.2"

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