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

hotloader

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hotloader - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

dist/client.js

21

package.json
{
"name": "hotloader",
"version": "0.0.1",
"version": "0.1.0",
"description": "simple lib for fast html hotloading",
"main": "index.js",
"main": "dist/index.js",
"files": [
"index.js",
"bundle.js"
"dist",
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"build": "browserify client.js -o bundle.js",
"build": "npm run build_client && npm run build_index",
"build_client": "browserify src/client.js -t [ babelify --presets [ es2015 ] ] -o dist/client.js",
"build_index": "babel src/index.js --out-file=dist/index.js --presets=es2015",
"dev": "watchify client.js -o bundle.js",

@@ -38,8 +39,12 @@ "prepublish": "npm run build"

"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"snabbdom": "^0.6.9",
"snabbdom-virtualize": "^0.6.0",
"socket.io-client": "^2.0.3",
"watchify": "^3.9.0",
"browserify": "^14.4.0"
"uglify-js": "^3.0.25",
"watchify": "^3.9.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