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

browser-sync-spa

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-sync-spa - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

client.js

@@ -19,3 +19,5 @@ (function (bs) {

window.onpopstate = history.onpushstate = function (out, args) {
sockets.emit(EVENT_NAME, {path: args[2]});
if(args){
sockets.emit(EVENT_NAME, {path: args[2]});
}
}

@@ -74,2 +76,2 @@

})(window.___browserSync___);
})(window.___browserSync___);
{
"name": "browser-sync-spa",
"version": "1.0.1",
"version": "1.0.2",
"description": "Single Page App support for BrowserSync",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -22,6 +22,4 @@ BrowserSync SPA

open: false,
server: {
baseDir: "setups/angular"
},
files: "setups/angular/*"
server: "setups/angular",
files: "setups/angular/*"
});

@@ -28,0 +26,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