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

cb-types

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cb-types - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

lib/types/common/Room.interface.d.ts

3

lib/types/commands/Command.interface.d.ts

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

import { IUser } from '../common';
export interface ICommand {
userId: string;
user: IUser;
}
export * from './Color.interface';
export * from './Point.interface';
export * from './Room.interface';
export * from './User.interface';

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

__exportStar(require("./Point.interface"), exports);
__exportStar(require("./Room.interface"), exports);
__exportStar(require("./User.interface"), exports);
{
"name": "cb-types",
"version": "1.0.8",
"version": "1.0.9",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/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