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

@bosonprotocol/boson-dcl

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bosonprotocol/boson-dcl - npm Package Compare versions

Comparing version 2.2.2-alpha.2 to 2.2.2-alpha.3

0

dcl-edit/bosonProduct.ts

@@ -0,0 +0,0 @@ import { AbstractKiosk } from '@bosonprotocol/boson-dcl'

28

dist/index.d.ts

@@ -29,3 +29,3 @@ /// <reference types="dcl" />

productUUID: string;
productImageData: {
productOverrideData: {
mainImageIndex?: number;

@@ -38,2 +38,8 @@ imageSizes?: {

};
override?: {
productName?: string;
productDescription?: string;
sellerName?: string;
sellerDescription?: string;
};
} | undefined;

@@ -70,2 +76,8 @@ currentOfferID: string;

};
override?: {
productName?: string;
productDescription?: string;
sellerName?: string;
sellerDescription?: string;
};
}, gateState?: eGateStateEnum);

@@ -407,3 +419,3 @@ loadProduct(): void;

productUUID: string;
productImageData: {
productOverrideData: {
mainImageIndex?: number;

@@ -416,2 +428,8 @@ imageSizes?: {

};
override?: {
productName?: string;
productDescription?: string;
sellerName?: string;
sellerDescription?: string;
};
} | undefined;

@@ -452,2 +470,8 @@ currentOfferID: string;

};
override?: {
productName?: string;
productDescription?: string;
sellerName?: string;
sellerDescription?: string;
};
}, _displayProduct?: DisplayProduct | DisplayProduct[], gateState?: eGateStateEnum);

@@ -454,0 +478,0 @@ loadProduct(): void;

@@ -25,3 +25,3 @@ /// <reference types="dcl" />

productUUID: string;
productImageData: {
productOverrideData: {
mainImageIndex?: number;

@@ -34,2 +34,8 @@ imageSizes?: {

};
override?: {
productName?: string;
productDescription?: string;
sellerName?: string;
sellerDescription?: string;
};
} | undefined;

@@ -66,2 +72,8 @@ currentOfferID: string;

};
override?: {
productName?: string;
productDescription?: string;
sellerName?: string;
sellerDescription?: string;
};
}, gateState?: eGateStateEnum);

@@ -68,0 +80,0 @@ loadProduct(): void;

@@ -26,3 +26,3 @@ /// <reference types="dcl" />

productUUID: string;
productImageData: {
productOverrideData: {
mainImageIndex?: number;

@@ -35,2 +35,8 @@ imageSizes?: {

};
override?: {
productName?: string;
productDescription?: string;
sellerName?: string;
sellerDescription?: string;
};
} | undefined;

@@ -71,2 +77,8 @@ currentOfferID: string;

};
override?: {
productName?: string;
productDescription?: string;
sellerName?: string;
sellerDescription?: string;
};
}, _displayProduct?: DisplayProduct | DisplayProduct[], gateState?: eGateStateEnum);

@@ -73,0 +85,0 @@ loadProduct(): void;

2

package.json
{
"name": "@bosonprotocol/boson-dcl",
"version": "2.2.2-alpha.2",
"version": "2.2.2-alpha.3",
"description": "Boson Protocol - Decentraland library v2",

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

Sorry, the diff of this file is too big to display

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