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

browser-sync-connect

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-sync-connect - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "browser-sync-connect",
"version": "0.3.0",
"version": "0.3.1",
"description": "connect to browser sync without copying the script snippets to the html source",

@@ -5,0 +5,0 @@ "main": "src/browser-sync-connect.js",

@@ -24,3 +24,4 @@ (function(exports) {

document.head.appendChild(script);
var head = document.head || document.getElementsByTagName('head')[0] || document.documentElement;
head.appendChild(script);
};

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