Socket
Socket
Sign inDemoInstall

websocket-framed

Package Overview
Dependencies
65
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.8 to 1.2.9

2

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

@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining

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

** WebSocket-Framed -- Framed WebSocket Communication
** Copyright (c) 2017-2021 Dr. Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2017-2022 Dr. Ralf S. Engelschall <rse@engelschall.com>
**

@@ -14,0 +14,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining

{
"name": "websocket-framed",
"version": "1.2.8",
"version": "1.2.9",
"description": "Framed WebSocket Communication",

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

"dependencies": {
"encodr": "1.3.2",
"encodr": "1.3.3",
"eventemitter3": "4.0.7"
},
"devDependencies": {
"grunt": "1.4.1",
"grunt": "1.5.2",
"grunt-cli": "1.4.3",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-clean": "2.0.1",
"grunt-eslint": "24.0.0",

@@ -34,5 +34,5 @@ "grunt-babel": "8.0.0",

"babelify": "10.0.0",
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/plugin-transform-runtime": "7.15.8",
"@babel/core": "7.17.9",
"@babel/preset-env": "7.16.11",
"@babel/plugin-transform-runtime": "7.17.0",
"uglifyify": "5.0.2",

@@ -42,6 +42,5 @@ "browserify-header": "1.1.0",

"browserify-shim": "3.8.14",
"babel-eslint": "10.1.0",
"eslint": "7.32.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.25.2",
"eslint": "8.13.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0"

@@ -48,0 +47,0 @@ },

@@ -98,3 +98,3 @@

Copyright (c) 2017-2021 Dr. Ralf S. Engelschall (http://engelschall.com/)
Copyright (c) 2017-2022 Dr. Ralf S. Engelschall (http://engelschall.com/)

@@ -101,0 +101,0 @@ Permission is hereby granted, free of charge, to any person obtaining

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

@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining

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