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

browser-sync-client

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-sync-client - npm Package Compare versions

Comparing version 2.26.13 to 2.26.14-y.1

dist/index.js.LICENSE.txt

2

index.js

@@ -106,3 +106,3 @@ "use strict";

res.setHeader("Content-Encoding", "gzip");
var buf = new Buffer(output, "utf-8");
var buf = Buffer.from(output, "utf-8");
zlib.gzip(buf, function(_, result) {

@@ -109,0 +109,0 @@ res.end(result);

{
"name": "browser-sync-client",
"description": "Client-side scripts for BrowserSync",
"version": "2.26.13",
"homepage": "https://github.com/shakyshane/browser-sync-client",
"author": "Shane Osbourne <shane.osbourne8@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/shakyshane/browser-sync-client.git"
},
"bugs": {
"url": "https://github.com/shakyshane/browser-sync-client/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shakyshane/browser-sync-client/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"files": [
"dist"
],
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"start": "cb dev",
"test": "cb test",
"build-all": "cb build-all",
"prepublishOnly": "cb build-all"
},
"devDependencies": {
"@types/node": "^8",
"awesome-typescript-loader": "^3.1.2",
"crossbow": "^4.3.3",
"nanologger": "^1.3.1",
"socket.io-client": "^2.0.4",
"typescript": "3.0.3",
"webpack": "^3",
"webpack-dev-server": "^2.9.7"
},
"keywords": [],
"dependencies": {
"etag": "1.8.1",
"fresh": "0.5.2",
"mitt": "^1.1.3",
"rxjs": "^5.5.6"
},
"directories": {
"lib": "lib",
"test": "test"
},
"license": "ISC",
"gitHead": "0cbdfd147614bf3da52bf0b4559feadf470ae1a0"
"name": "browser-sync-client",
"description": "Client-side scripts for BrowserSync",
"version": "2.26.14-y.1",
"homepage": "https://github.com/shakyshane/browser-sync-client",
"author": "Shane Osbourne <shane.osbourne8@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/shakyshane/browser-sync-client.git"
},
"bugs": {
"url": "https://github.com/shakyshane/browser-sync-client/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shakyshane/browser-sync-client/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"files": [
"dist"
],
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"build": "webpack --mode=development && webpack --output-filename index.min.js",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/node": "^8",
"awesome-typescript-loader": "^5.2.1",
"nanologger": "^1.3.1",
"socket.io-client": "^2.4.0",
"typescript": "3.0.3",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2"
},
"keywords": [],
"dependencies": {
"etag": "1.8.1",
"fresh": "0.5.2",
"mitt": "^1.1.3",
"rxjs": "^5.5.6"
},
"directories": {
"lib": "lib",
"test": "test"
},
"license": "ISC",
"gitHead": "cbd2f3441d9e01f4d419d88ba43306c531163b54"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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