New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

simple-room-client

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-room-client - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

4

lib/index.js

@@ -1,4 +0,4 @@

import { World } from './world';
import { room } from './store';
import { World } from './world.js';
import { room } from './store.js';
export { World, room };
//# sourceMappingURL=index.js.map

@@ -1,2 +0,2 @@

import { WorldClass } from "./world";
import { WorldClass } from "./world.js";
export class User {

@@ -3,0 +3,0 @@ constructor(data, id) {

import msgpack from 'msgpack-lite';
import merge from 'lodash.mergewith';
import { BehaviorSubject } from 'rxjs';
import { room } from './store';
import { Collection } from './collection';
import { User } from './user';
import { room } from './store.js';
import { Collection } from './collection.js';
import { User } from './user.js';
class WorldClass {

@@ -8,0 +8,0 @@ constructor() {

{
"name": "simple-room-client",
"version": "2.0.4",
"version": "2.0.5",
"description": "",

@@ -18,3 +18,3 @@ "main": "./dist/simple-room-client.umd.cjs",

"scripts": {
"build": "tsc && vite build",
"build": "tsc && tsc-esm-fix --target='lib/*.js' && vite build",
"dev": "vite"

@@ -38,2 +38,3 @@ },

"devDependencies": {
"tsc-esm-fix": "^2.20.14",
"typescript": "^5.0.4",

@@ -40,0 +41,0 @@ "vite": "^4.3.1"

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