browser-sync-client
Advanced tools
Comparing version 2.27.9 to 2.27.10
@@ -9,3 +9,3 @@ "use strict"; | ||
var minifiedScript = path.join(__dirname, "dist", "index.min.js"); | ||
var minifiedScript = path.join(__dirname, "dist", "index.js"); | ||
var unminifiedScript = path.join(__dirname, "dist", "index.js"); | ||
@@ -12,0 +12,0 @@ |
{ | ||
"name": "browser-sync-client", | ||
"description": "Client-side scripts for BrowserSync", | ||
"version": "2.27.9", | ||
"version": "2.27.10", | ||
"homepage": "https://github.com/shakyshane/browser-sync-client", | ||
@@ -28,17 +28,14 @@ "author": "Shane Osbourne <shane.osbourne8@gmail.com>", | ||
"scripts": { | ||
"build": "npm run build:dev && npm run build:prod", | ||
"build:dev": "webpack --mode=development", | ||
"build:prod": "webpack --output-filename index.min.js", | ||
"build": "npm run clean && npm run tsc && npm run bundle", | ||
"clean": "rm -rf dist/* _dist/*", | ||
"watch": "npm run build:prod -- --watch", | ||
"prepublishOnly": "npm run build" | ||
"prepublishOnly": "npm run build", | ||
"bundle": "esbuild _dist/index.js --bundle --outdir=dist --minify", | ||
"tsc": "rm -rf dist/* dist2/* && tsc" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^8", | ||
"esbuild": "^0.14.27", | ||
"nanologger": "^1.3.1", | ||
"socket.io-client": "^4.4.1", | ||
"ts-loader": "^9.2.7", | ||
"typescript": "^4.6.2", | ||
"webpack": "^5.17.0", | ||
"webpack-cli": "^4.4.0", | ||
"webpack-dev-server": "^3.11.2" | ||
"socket.io-client": "^4.4.1" | ||
}, | ||
@@ -50,3 +47,4 @@ "keywords": [], | ||
"mitt": "^1.1.3", | ||
"rxjs": "^5.5.6" | ||
"rxjs": "^5.5.6", | ||
"typescript": "^4.6.2" | ||
}, | ||
@@ -58,3 +56,3 @@ "directories": { | ||
"license": "ISC", | ||
"gitHead": "c30868aa767260e4611e5149a1a9c4d4f921a39f" | ||
"gitHead": "f6965a67277bdadfaa4943e7b90e4ed6a71e90af" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
4
1
100
151338
5
5
638
1
+ Addedtypescript@^4.6.2
+ Addedtypescript@4.9.5(transitive)