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

@mercuryworkshop/bare-mux

Package Overview
Dependencies
Maintainers
6
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mercuryworkshop/bare-mux - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

5

dist/index.d.ts

@@ -7,1 +7,6 @@ export * from './BareTypes';

export { WebSocketFields } from "./snapshot";
export type * from './BareTypes';
export type * from './BareClient';
export type * from './Switcher';
export type * from './RemoteClient';
export type * from "./snapshot";

2

dist/index.js

@@ -101,3 +101,3 @@ import { v4 } from 'uuid';

//@ts-expect-error not installing node types for this one thing
self.BCC_VERSION = "1.1.1";
self.BCC_VERSION = "1.1.2";
console.debug("BARE_MUX_VERSION: " + self.BCC_VERSION);

@@ -104,0 +104,0 @@ function initTransport(name, config) {

{
"name": "@mercuryworkshop/bare-mux",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"type": "module",
"scripts": {
"build": "rollup -c"
},
"author": "",
"main": "dist/index.cjs",
"types": "dist/types.d.ts",
"types": "dist/index.d.ts",
"exports": {
".": {
"node": {
"require": "./lib/index.cjs",
"import": "./lib/index.cjs"
},
"browser": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
}
"import": "./dist/index.js",
"require": "./dist/bare.cjs",
"types": "./dist/index.d.ts"
},
"./node": "./lib/index.cjs"
},

@@ -36,6 +35,3 @@ "files": [

"uuid": "^9.0.1"
},
"scripts": {
"build": "rollup -c"
}
}

Sorry, the diff of this file is not supported yet

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