🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@browsersync/bslite

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@browsersync/bslite - npm Package Compare versions

Comparing version

to
0.0.6

bin.js

12

package.json
{
"name": "@browsersync/bslite",
"version": "0.0.4",
"version": "0.0.6",
"main": "index.js",

@@ -24,4 +24,7 @@ "types": "index.d.ts",

},
"bin": {
"bslite": "./bin.js"
},
"engines": {
"node": ">= 10"
"node": ">= 18"
},

@@ -40,8 +43,7 @@ "scripts": {

},
"packageManager": "yarn@3.4.1",
"repository": "git@github.com:BrowserSync/bsrs.git",
"optionalDependencies": {
"@browsersync/bslite-darwin-arm64": "0.0.4",
"@browsersync/bslite-darwin-x64": "0.0.4"
"@browsersync/bslite-darwin-arm64": "0.0.6",
"@browsersync/bslite-darwin-x64": "0.0.6"
}
}