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

can-route-pushstate

Package Overview
Dependencies
Maintainers
7
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.2.1 to 3.2.2

.npmignore

10

can-route-pushstate_test.js

@@ -509,3 +509,3 @@ /* jshint asi:true,scripturl:true */

var iframe = document.createElement('iframe');
iframe.src = "testing.html?1";
iframe.src = __dirname + "/test/testing.html?1";
document.getElementById("qunit-fixture").appendChild(iframe);

@@ -553,3 +553,3 @@ });

var iframe = document.createElement('iframe');
iframe.src = "testing.html";
iframe.src = __dirname + "/test/testing.html";
document.getElementById('qunit-fixture').appendChild(iframe);

@@ -634,3 +634,3 @@ });

var iframe = document.createElement("iframe");
iframe.src = "testing.html";
iframe.src = __dirname + "/test/testing.html";
document.getElementById('qunit-fixture').appendChild(iframe);

@@ -931,3 +931,3 @@ });

done();
}, "testing-nw.html");
}, __dirname + "/test/testing-nw.html");
});

@@ -942,5 +942,5 @@

done();
}, "testing-ssr.html");
}, __dirname + "/test/testing-ssr.html");
});
}
{
"name": "can-route-pushstate",
"version": "3.2.1",
"version": "3.2.2",
"description": "Pushstate for can-route",

@@ -5,0 +5,0 @@ "homepage": "https://canjs.com",

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