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

can-route-pushstate

Package Overview
Dependencies
Maintainers
4
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-route-pushstate - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

remedial-detect-cycles.json

2

can-route-pushstate.js

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

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