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

tayeh.js

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tayeh.js - npm Package Compare versions

Comparing version 0.1.99 to 0.2.0

4

lib/dto/chat/CreateRoom.request.d.ts
export declare class CreateRoomRequest {
users: string;
users: number[];
name?: string;
avatar?: string;
constructor(users: string, name?: string, avatar?: string);
constructor(users: number[], name?: string, avatar?: string);
}
{
"name": "tayeh.js",
"version": "0.1.99",
"version": "0.2.0",
"description": "tayeh shop-api client",

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

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