Socket
Socket
Sign inDemoInstall

websocket-framed

Package Overview
Dependencies
18
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.10 to 1.0.11

2

Gruntfile.js
/*
** websocket-framed -- Framed WebSocket Communication
** WebSocket-Framed -- Framed WebSocket Communication
** Copyright (c) 2017 Ralf S. Engelschall <rse@engelschall.com>

@@ -4,0 +4,0 @@ **

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

/*
** websocket-frame -- Framed WebSocket Communication
** WebSocket-Framed -- Framed WebSocket Communication
** Copyright (c) 2017 Ralf S. Engelschall <rse@engelschall.com>

@@ -22,0 +22,0 @@ **

{
"name": "websocket-framed",
"version": "1.0.10",
"version": "1.0.11",
"description": "Framed WebSocket Communication",

@@ -21,4 +21,4 @@ "keywords": [ "websocket", "frame", "message" ],

"dependencies": {
"encodr": "~1.0.3",
"eventemitter3": "~2.0.3"
"encodr": "~1.0.4",
"eventemitter3": "~3.0.0"
},

@@ -32,4 +32,5 @@ "devDependencies": {

"grunt-browserify": "~5.2.0",
"browserify": "~14.4.0",
"babelify": "~7.3.0",
"browserify": "~14.5.0",
"babelify": "~8.0.0",
"babel-core": "~6.26.0",
"babel-preset-es2015": "~6.24.1",

@@ -41,14 +42,14 @@ "babel-preset-es2016": "~6.24.1",

"babel-plugin-transform-runtime": "~6.23.0",
"uglifyify": "~4.0.4",
"uglifyify": "~4.0.5",
"browserify-header": "~0.9.2",
"browserify-derequire": "~0.9.4",
"browserify-shim": "~3.8.14",
"babel-eslint": "~8.0.1",
"babel-preset-env": "~1.6.0",
"eslint": "~4.8.0",
"babel-eslint": "~8.0.3",
"babel-preset-env": "~1.6.1",
"eslint": "~4.12.1",
"eslint-config-standard": "~10.2.1",
"eslint-plugin-standard": "~3.0.1",
"eslint-plugin-promise": "~3.5.0",
"eslint-plugin-import": "~2.7.0",
"eslint-plugin-node": "~5.2.0"
"eslint-plugin-promise": "~3.6.0",
"eslint-plugin-import": "~2.8.0",
"eslint-plugin-node": "~5.2.1"
},

@@ -55,0 +56,0 @@ "scripts": {

/*
** websocket-frame -- Framed WebSocket Communication
** WebSocket-Framed -- Framed WebSocket Communication
** Copyright (c) 2017 Ralf S. Engelschall <rse@engelschall.com>

@@ -4,0 +4,0 @@ **

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc