can-route-pushstate
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -19,3 +19,3 @@ // # can/route/pushstate/pushstate.js | ||
var namespace = require('can-util/namespace'); | ||
var LOCATION = require('can-util/dom/location/location'); | ||
var LOCATION = require('can-globals/location/location'); | ||
@@ -22,0 +22,0 @@ var canEvent = require('can-event'); |
{ | ||
"name": "can-route-pushstate", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Pushstate for can-route", | ||
@@ -20,3 +20,3 @@ "homepage": "https://canjs.com", | ||
"testee": "testee test/test.html --browsers firefox", | ||
"test": "npm run jshint && npm run testee", | ||
"test": "npm run detect-cycle && npm run jshint && npm run testee", | ||
"jshint": "jshint ./*.js --config", | ||
@@ -27,3 +27,4 @@ "release:pre": "npm version prerelease && npm publish --tag=pre", | ||
"release:major": "npm version major && npm publish", | ||
"build": "node build.js" | ||
"build": "node build.js", | ||
"detect-cycle": "detect-cyclic-packages --ignore done-serve" | ||
}, | ||
@@ -38,2 +39,3 @@ "main": "can-route-pushstate", | ||
"can-event": "^3.5.0", | ||
"can-globals": "^0.2.3", | ||
"can-route": "^3.1.0", | ||
@@ -43,5 +45,6 @@ "can-util": "^3.9.0" | ||
"devDependencies": { | ||
"bit-docs": "0.0.7", | ||
"bit-docs": "0.0.8-0", | ||
"can-define": "^1.2.0", | ||
"can-map": "^3.1.0", | ||
"detect-cyclic-packages": "^1.1.0", | ||
"jshint": "^2.9.1", | ||
@@ -48,0 +51,0 @@ "steal": "^1.0.0", |
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
47405
18
1137
4
9
1
+ Addedcan-globals@^0.2.3
+ Addedcan-globals@0.2.6(transitive)