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

autobahn

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autobahn - npm Package Compare versions

Comparing version 20.7.2 to 20.9.1

1

lib/util.js

@@ -448,3 +448,2 @@ ///////////////////////////////////////////////////////////////////////////////

let _read_file = async function read_file (path) {
let fs = require("fs");
return new Promise((resolve, reject) => {

@@ -451,0 +450,0 @@ fs.readFile(path, function (err, data) {

2

package.json
{
"name": "autobahn",
"version": "20.7.2",
"version": "20.9.1",
"description": "An implementation of The Web Application Messaging Protocol (WAMP).",

@@ -5,0 +5,0 @@ "main": "index.js",

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