Socket
Socket
Sign inDemoInstall

socket.io-client

Package Overview
Dependencies
11
Maintainers
2
Versions
127
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0 to 1.7.0

dist/socket.io.js

7

History.md
1.7.0 / 2016-11-27
==================
* [chore] Move generated files to `dist` folder (#1025)
* [chore] Provide a slim build without JSON3 and debug (#1030)
* [chore] Bump engine.io-client to 1.8.1 (#1032)
1.6.0 / 2016-11-20

@@ -3,0 +10,0 @@ ==================

13

package.json
{
"name": "socket.io-client",
"version": "1.6.0",
"version": "1.7.0",
"keywords": [

@@ -15,5 +15,3 @@ "realtime",

"lib/",
"socket.io.js",
"socket.io.min.js",
"socket.io.js.map"
"dist/"
],

@@ -25,3 +23,3 @@ "dependencies": {

"debug": "2.3.3",
"engine.io-client": "1.8.0",
"engine.io-client": "1.8.1",
"has-binary": "0.1.7",

@@ -56,6 +54,7 @@ "indexof": "0.0.1",

"mocha": "2.3.4",
"socket.io": "1.6.0",
"socket.io": "1.7.0",
"strip-loader": "0.1.2",
"text-blob-builder": "0.0.1",
"uglify-js": "2.6.1",
"webpack-stream": "3.1.0",
"webpack-stream": "3.2.0",
"zuul": "3.11.0",

@@ -62,0 +61,0 @@ "zuul-builder-webpack": "1.1.0",

@@ -15,3 +15,3 @@

socket.io server as `/socket.io/socket.io.js`. Alternatively you can
serve the file `socket.io.js` or `socket.io.min.js` found at the root of this repository.
serve the file `socket.io.js` or `socket.io.min.js` found in the `dist` folder.

@@ -18,0 +18,0 @@ ```html

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc