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

@tayeh/web-client

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

@tayeh/web-client - npm Package Compare versions

Comparing version 1.0.6-alpha.2 to 1.0.7-alpha.2

2

package.json
{
"name": "@tayeh/web-client",
"version": "1.0.6-alpha.2",
"version": "1.0.7-alpha.2",
"description": "tayeh shop-api client",

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

@@ -5,2 +5,3 @@ import { Media } from './media'

import { Customer } from './customer'
import { Crm } from './crm'
import { applyMixins } from './utils'

@@ -10,5 +11,5 @@ import { Base } from './base'

class Tayeh extends Base {}
interface Tayeh extends Instance, User, Media, Customer {}
applyMixins(Tayeh, [Instance, User, Media, Customer]);
interface Tayeh extends Instance, User, Media, Customer, Crm {}
applyMixins(Tayeh, [Instance, User, Media, Customer, Crm]);
export default Tayeh;
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